Searched refs:d_weak_revalidate (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/9p/ |
H A D | vfs_dentry.c | 104 .d_weak_revalidate = v9fs_lookup_revalidate,
|
/openbmc/linux/include/linux/ |
H A D | dcache.h | 130 int (*d_weak_revalidate)(struct dentry *, unsigned int); member
|
/openbmc/linux/fs/overlayfs/ |
H A D | super.c | 92 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_revalidate_real() 143 .d_weak_revalidate = ovl_dentry_weak_revalidate,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locking.rst | 21 int (*d_weak_revalidate)(struct dentry *, unsigned int); 40 d_weak_revalidate: no no yes no
|
H A D | vfs.rst | 1256 int (*d_weak_revalidate)(struct dentry *, unsigned int); 1292 ``d_weak_revalidate`` 1307 d_weak_revalidate is only called after leaving rcu-walk mode.
|
H A D | porting.rst | 527 FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate()
|
H 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
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | 1945 .d_weak_revalidate = nfs_weak_revalidate, 2030 .d_weak_revalidate = nfs_weak_revalidate,
|
/openbmc/linux/fs/ |
H A D | dcache.c | 1937 if (op->d_weak_revalidate) in d_set_d_op()
|
H A D | namei.c | 922 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()
|