Searched refs:rename_lock (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/ |
D | d_path.c | 99 read_seqbegin_or_lock(&rename_lock, &seq); in prepend_path() 133 if (need_seqretry(&rename_lock, seq)) { in prepend_path() 137 done_seqretry(&rename_lock, seq); in prepend_path() 343 read_seqbegin_or_lock(&rename_lock, &seq); in __dentry_path() 357 if (need_seqretry(&rename_lock, seq)) { in __dentry_path() 361 done_seqretry(&rename_lock, seq); in __dentry_path()
|
D | dcache.c | 75 __cacheline_aligned_in_smp DEFINE_SEQLOCK(rename_lock); 77 EXPORT_SYMBOL(rename_lock); 1249 read_seqbegin_or_lock(&rename_lock, &seq); in d_walk() 1314 if (need_seqretry(&rename_lock, seq)) in d_walk() 1326 if (need_seqretry(&rename_lock, seq)) in d_walk() 1332 done_seqretry(&rename_lock, seq); in d_walk() 1396 write_seqlock(&rename_lock); in d_set_mounted() 1416 write_sequnlock(&rename_lock); in d_set_mounted() 2235 seq = read_seqbegin(&rename_lock); in d_lookup() 2239 } while (read_seqretry(&rename_lock, seq)); in d_lookup() [all …]
|
/linux-4.19.296/fs/nfs/ |
D | namespace.c | 67 seq = read_seqbegin(&rename_lock); in nfs_path() 83 if (read_seqretry(&rename_lock, seq)) { in nfs_path() 124 if (read_seqretry(&rename_lock, seq)) in nfs_path()
|
/linux-4.19.296/fs/autofs/ |
D | waitq.c | 196 seq = read_seqbegin(&rename_lock); in autofs_getpath() 205 if (read_seqretry(&rename_lock, seq)) in autofs_getpath() 221 if (read_seqretry(&rename_lock, seq)) in autofs_getpath()
|
/linux-4.19.296/include/linux/ |
D | dcache.h | 220 extern seqlock_t rename_lock;
|
/linux-4.19.296/fs/cifs/ |
D | dir.c | 116 seq = read_seqbegin(&rename_lock); in build_path_from_dentry_optional_prefix() 156 if (namelen != dfsplen + pplen || read_seqretry(&rename_lock, seq)) { in build_path_from_dentry_optional_prefix()
|
/linux-4.19.296/fs/ocfs2/ |
D | namei.c | 1208 int status = 0, rename_lock = 0, parents_locked = 0, target_exists = 0; in ocfs2_rename() local 1276 rename_lock = 1; in ocfs2_rename() 1668 if (rename_lock) in ocfs2_rename()
|
/linux-4.19.296/fs/ceph/ |
D | mds_client.c | 1889 seq = read_seqbegin(&rename_lock); in ceph_mdsc_build_path() 1939 if (pos != 0 || read_seqretry(&rename_lock, seq)) { in ceph_mdsc_build_path()
|