Home
last modified time | relevance | path

Searched refs:d_weak_revalidate (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/9p/
H A Dvfs_dentry.c122 .d_weak_revalidate = __v9fs_lookup_revalidate,
/linux-6.15/include/linux/
H A Ddcache.h150 int (*d_weak_revalidate)(struct dentry *, unsigned int); member
/linux-6.15/fs/overlayfs/
H A Dsuper.c92 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_revalidate_real()
161 .d_weak_revalidate = ovl_dentry_weak_revalidate,
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst22 int (*d_weak_revalidate)(struct dentry *, unsigned int);
43 d_weak_revalidate: no no yes no
H A Dvfs.rst1275 int (*d_weak_revalidate)(struct dentry *, unsigned int);
1313 ``d_weak_revalidate``
1328 d_weak_revalidate is only called after leaving rcu-walk mode.
H A Dpath-lookup.rst493 subsequent path traversal d_weak_revalidate() won't be called.
1310 to be revalidated, so ``d_op->d_weak_revalidate()`` is called if
H A Dporting.rst527 FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate()
/linux-6.15/fs/nfs/
H A Ddir.c1938 .d_weak_revalidate = nfs_weak_revalidate,
2025 .d_weak_revalidate = nfs_weak_revalidate,
/linux-6.15/fs/
H A Ddcache.c1849 if (op->d_weak_revalidate) in d_set_d_op()
H A Dnamei.c989 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()