Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dvfs_dentry.c104 .d_weak_revalidate = v9fs_lookup_revalidate,
/linux/include/linux/
H A Ddcache.h140 int (*d_weak_revalidate)(struct dentry *, unsigned int); member
/linux/Documentation/filesystems/
H A Dlocking.rst21 int (*d_weak_revalidate)(struct dentry *, unsigned int);
40 d_weak_revalidate: no no yes no
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
/linux/fs/
H A Ddcache.c1805 if (op->d_weak_revalidate) in d_set_d_op()