Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/9p/
A Dvfs_dentry.c100 .d_weak_revalidate = v9fs_lookup_revalidate,
/linux-6.3-rc2/include/linux/
A Ddcache.h130 int (*d_weak_revalidate)(struct dentry *, unsigned int); member
/linux-6.3-rc2/fs/overlayfs/
A Dsuper.c126 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_revalidate_real()
176 .d_weak_revalidate = ovl_dentry_weak_revalidate,
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst21 int (*d_weak_revalidate)(struct dentry *, unsigned int);
40 d_weak_revalidate: no no yes no
A Dvfs.rst1189 int (*d_weak_revalidate)(struct dentry *, unsigned int);
1240 d_weak_revalidate is only called after leaving rcu-walk mode.
A Dporting.rst527 FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate()
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
/linux-6.3-rc2/fs/nfs/
A Ddir.c1917 .d_weak_revalidate = nfs_weak_revalidate,
2002 .d_weak_revalidate = nfs_weak_revalidate,
/linux-6.3-rc2/fs/
A Ddcache.c1933 if (op->d_weak_revalidate) in d_set_d_op()
A Dnamei.c917 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()

Completed in 32 milliseconds