Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Ddcache.h31 struct ocfs2_dentry_lock { struct
48 struct ocfs2_dentry_lock *dl); argument
Ddcache.c232 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock()
334 ret = ocfs2_dentry_lock(dentry, 0); in ocfs2_dentry_attach_lock()
382 struct ocfs2_dentry_lock *dl) in ocfs2_drop_dentry_lock()
391 struct ocfs2_dentry_lock *dl) in ocfs2_dentry_lock_put()
408 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_iput()
Ddlmglue.h128 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
190 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
Ddlmglue.c320 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres) in ocfs2_lock_res_dl()
324 return (struct ocfs2_dentry_lock *)lockres->l_priv; in ocfs2_lock_res_dl()
606 struct ocfs2_dentry_lock *dl = lockres->l_priv; in ocfs2_get_dentry_osb()
611 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, in ocfs2_dentry_lock_res_init()
2959 int ocfs2_dentry_lock(struct dentry *dentry, int ex) in ocfs2_dentry_lock() function
2963 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_lock()
2987 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_unlock()
3987 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_post_unlock()
4013 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_convert_worker()
Dnamei.c226 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_cleanup_add_entry_failure()
264 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_mknod()
854 ret = ocfs2_dentry_lock(dentry, 1); in ocfs2_remote_dentry_delete()
1821 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_symlink()