Home
last modified time | relevance | path

Searched refs:ocfs2_dentry_lock (Results 1 – 6 of 6) sorted by relevance

/fs/ocfs2/
Ddcache.h31 struct ocfs2_dentry_lock { struct
36 struct ocfs2_dentry_lock *dl_next; argument
53 struct ocfs2_dentry_lock *dl); argument
Ddcache.c204 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock()
287 ret = ocfs2_dentry_lock(dentry, 0); in ocfs2_dentry_attach_lock()
309 struct ocfs2_dentry_lock *dl; in ocfs2_drop_dl_inodes()
348 struct ocfs2_dentry_lock *dl) in ocfs2_drop_dentry_lock()
364 struct ocfs2_dentry_lock *dl) in ocfs2_dentry_lock_put()
381 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_iput()
Ddlmglue.h80 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
118 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
Docfs2.h213 struct ocfs2_dentry_lock;
331 struct ocfs2_dentry_lock *dentry_lock_list;
Ddlmglue.c284 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres) in ocfs2_lock_res_dl()
288 return (struct ocfs2_dentry_lock *)lockres->l_priv; in ocfs2_lock_res_dl()
557 struct ocfs2_dentry_lock *dl = lockres->l_priv; in ocfs2_get_dentry_osb()
562 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, in ocfs2_dentry_lock_res_init()
2420 int ocfs2_dentry_lock(struct dentry *dentry, int ex) in ocfs2_dentry_lock() function
2424 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_lock()
2445 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_unlock()
3376 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_post_unlock()
3402 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_convert_worker()
Dnamei.c734 ret = ocfs2_dentry_lock(dentry, 1); in ocfs2_remote_dentry_delete()