Home
last modified time | relevance | path

Searched refs:dl_lockres (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/ocfs2/
Ddcache.c285 trace_ocfs2_dentry_attach_lock_found(dl->dl_lockres.l_name, in ocfs2_dentry_attach_lock()
334 ocfs2_lock_res_free(&dl->dl_lockres); in ocfs2_dentry_attach_lock()
373 ocfs2_simple_drop_lockres(osb, &dl->dl_lockres); in ocfs2_drop_dentry_lock()
374 ocfs2_lock_res_free(&dl->dl_lockres); in ocfs2_drop_dentry_lock()
Ddcache.h41 struct ocfs2_lock_res dl_lockres; member
Ddlmglue.c617 struct ocfs2_lock_res *lockres = &dl->dl_lockres; in ocfs2_dentry_lock_res_init()
2956 ret = ocfs2_cluster_lock(osb, &dl->dl_lockres, level, 0, 0); in ocfs2_dentry_lock()
2970 ocfs2_cluster_unlock(osb, &dl->dl_lockres, level); in ocfs2_dentry_unlock()
Dnamei.c228 ocfs2_simple_drop_lockres(osb, &dl->dl_lockres); in ocfs2_cleanup_add_entry_failure()
229 ocfs2_lock_res_free(&dl->dl_lockres); in ocfs2_cleanup_add_entry_failure()