Searched refs:rename_lock (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/ |
D | dcache.c | 87 __cacheline_aligned_in_smp DEFINE_SEQLOCK(rename_lock); 89 EXPORT_SYMBOL(rename_lock); 1170 read_seqbegin_or_lock(&rename_lock, &seq); in d_walk() 1232 if (need_seqretry(&rename_lock, seq)) in d_walk() 1244 if (need_seqretry(&rename_lock, seq)) in d_walk() 1252 done_seqretry(&rename_lock, seq); in d_walk() 1310 write_seqlock(&rename_lock); in d_set_mounted() 1327 write_sequnlock(&rename_lock); in d_set_mounted() 2240 seq = read_seqbegin(&rename_lock); in d_lookup() 2244 } while (read_seqretry(&rename_lock, seq)); in d_lookup() [all …]
|
/linux-4.4.14/fs/nfs/ |
D | namespace.c | 63 seq = read_seqbegin(&rename_lock); in nfs_path() 79 if (read_seqretry(&rename_lock, seq)) { in nfs_path() 120 if (read_seqretry(&rename_lock, seq)) in nfs_path()
|
/linux-4.4.14/fs/autofs4/ |
D | waitq.c | 194 seq = read_seqbegin(&rename_lock); in autofs4_getpath() 203 if (read_seqretry(&rename_lock, seq)) in autofs4_getpath() 219 if (read_seqretry(&rename_lock, seq)) in autofs4_getpath()
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 233 extern seqlock_t rename_lock;
|
/linux-4.4.14/fs/cifs/ |
D | dir.c | 100 seq = read_seqbegin(&rename_lock); in build_path_from_dentry() 140 if (namelen != dfsplen || read_seqretry(&rename_lock, seq)) { in build_path_from_dentry()
|
/linux-4.4.14/fs/ocfs2/ |
D | namei.c | 1208 int status = 0, rename_lock = 0, parents_locked = 0, target_exists = 0; in ocfs2_rename() local 1273 rename_lock = 1; in ocfs2_rename() 1661 if (rename_lock) in ocfs2_rename()
|
/linux-4.4.14/kernel/ |
D | auditsc.c | 1630 seq = read_seqbegin(&rename_lock); in handle_path() 1648 if (unlikely(read_seqretry(&rename_lock, seq) || drop)) { /* in this order */ in handle_path()
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 25 rename_lock ->d_lock may block rcu-walk
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.c | 1772 seq = read_seqbegin(&rename_lock); in ceph_mdsc_build_path() 1822 if (pos != 0 || read_seqretry(&rename_lock, seq)) { in ceph_mdsc_build_path()
|