Home
last modified time | relevance | path

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

/linux-4.4.14/fs/9p/
Dvfs_dentry.c114 .d_weak_revalidate = v9fs_lookup_revalidate,
/linux-4.4.14/include/linux/
Ddcache.h152 int (*d_weak_revalidate)(struct dentry *, unsigned int); member
/linux-4.4.14/fs/overlayfs/
Dsuper.c343 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_dentry_weak_revalidate()
362 .d_weak_revalidate = ovl_dentry_weak_revalidate,
/linux-4.4.14/Documentation/filesystems/
DLocking13 int (*d_weak_revalidate)(struct dentry *, unsigned int);
27 d_weak_revalidate:no no yes no
Dvfs.txt932 int (*d_weak_revalidate)(struct dentry *, unsigned int);
963 d_weak_revalidate: called when the VFS needs to revalidate a "jumped" dentry.
975 d_weak_revalidate is only called after leaving rcu-walk mode.
Dporting446 FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate()
/linux-4.4.14/fs/nfs/
Ddir.c1342 .d_weak_revalidate = nfs_weak_revalidate,
/linux-4.4.14/fs/
Ddcache.c1680 if (op->d_weak_revalidate) in d_set_d_op()
Dnamei.c798 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()