Searched refs:ocfs2_dentry_lock (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dcache.h | 17 struct ocfs2_dentry_lock { struct 22 * The ocfs2_dentry_lock keeps an inode reference until 34 struct ocfs2_dentry_lock *dl);
|
H A D | dcache.c | 218 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock() 320 ret = ocfs2_dentry_lock(dentry, 0); in ocfs2_dentry_attach_lock() 368 struct ocfs2_dentry_lock *dl) in ocfs2_drop_dentry_lock() 377 struct ocfs2_dentry_lock *dl) in ocfs2_dentry_lock_put() 394 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_iput()
|
H A D | dlmglue.h | 114 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, 176 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
|
H A D | dlmglue.c | 306 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres) in ocfs2_lock_res_dl() 310 return (struct ocfs2_dentry_lock *)lockres->l_priv; in ocfs2_lock_res_dl() 613 struct ocfs2_dentry_lock *dl = lockres->l_priv; in ocfs2_get_dentry_osb() 618 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, in ocfs2_dentry_lock_res_init() 2963 int ocfs2_dentry_lock(struct dentry *dentry, int ex) in ocfs2_dentry_lock() function 2967 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_lock() 2991 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_unlock() 4015 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_post_unlock() 4041 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_convert_worker()
|
H A D | namei.c | 213 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_cleanup_add_entry_failure() 252 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_mknod() 848 ret = ocfs2_dentry_lock(dentry, 1); in ocfs2_remote_dentry_delete() 1816 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_symlink()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dcache.h | 15 struct ocfs2_dentry_lock { struct 20 * The ocfs2_dentry_lock keeps an inode reference until 32 struct ocfs2_dentry_lock *dl);
|
H A D | dcache.c | 216 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 D | dlmglue.h | 112 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, 174 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
|
H A D | dlmglue.c | 305 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() 2973 int ocfs2_dentry_lock(struct dentry *dentry, int ex) in ocfs2_dentry_lock() function 2977 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_lock() 3001 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_unlock() 4036 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_post_unlock() 4062 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres); in ocfs2_dentry_convert_worker()
|
H A D | namei.c | 212 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_cleanup_add_entry_failure() 252 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_mknod() 850 ret = ocfs2_dentry_lock(dentry, 1); in ocfs2_remote_dentry_delete() 1821 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_symlink()
|
Completed in 18 milliseconds