Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Ddcache.h15 struct ocfs2_dentry_lock { struct
32 struct ocfs2_dentry_lock *dl); argument
H A Ddcache.c216 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock()
318 ret = ocfs2_dentry_lock(dentry, 0); in ocfs2_dentry_attach_lock()
366 struct ocfs2_dentry_lock *dl) in ocfs2_drop_dentry_lock()
375 struct ocfs2_dentry_lock *dl) in ocfs2_dentry_lock_put()
392 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_iput()
H A Ddlmglue.h112 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
174 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
H A Ddlmglue.c305 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres) in ocfs2_lock_res_dl()
309 return (struct ocfs2_dentry_lock *)lockres->l_priv; in ocfs2_lock_res_dl()
612 struct ocfs2_dentry_lock *dl = lockres->l_priv; in ocfs2_get_dentry_osb()
617 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, in ocfs2_dentry_lock_res_init()
2972 int ocfs2_dentry_lock(struct dentry *dentry, int ex) in ocfs2_dentry_lock() function
2976 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_lock()
3000 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_unlock()
4035 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_post_unlock()
4061 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_convert_worker()
H A Dnamei.c212 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_cleanup_add_entry_failure()
252 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_mknod()
851 ret = ocfs2_dentry_lock(dentry, 1); in ocfs2_remote_dentry_delete()
1823 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_symlink()