Searched refs:d_weak_revalidate (Results 1 – 10 of 10) sorted by relevance
/linux/fs/9p/ |
A D | vfs_dentry.c | 101 .d_weak_revalidate = v9fs_lookup_revalidate,
|
/linux/include/linux/ |
A D | dcache.h | 139 int (*d_weak_revalidate)(struct dentry *, unsigned int); member
|
/linux/fs/overlayfs/ |
A D | super.c | 125 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_revalidate_real() 170 .d_weak_revalidate = ovl_dentry_weak_revalidate,
|
/linux/Documentation/filesystems/ |
A D | locking.rst | 21 int (*d_weak_revalidate)(struct dentry *, unsigned int); 40 d_weak_revalidate: no no yes no
|
A D | vfs.rst | 1174 int (*d_weak_revalidate)(struct dentry *, unsigned int); 1225 d_weak_revalidate is only called after leaving rcu-walk mode.
|
A D | porting.rst | 521 FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate()
|
A D | path-lookup.rst | 493 subsequent path traversal d_weak_revalidate() won't be called. 1310 to be revalidated, so ``d_op->d_weak_revalidate()`` is called if
|
/linux/fs/nfs/ |
A D | dir.c | 1739 .d_weak_revalidate = nfs_weak_revalidate, 1813 .d_weak_revalidate = nfs_weak_revalidate,
|
/linux/fs/ |
A D | dcache.c | 1907 if (op->d_weak_revalidate) in d_set_d_op()
|
A D | namei.c | 914 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()
|
Completed in 33 milliseconds