Home
last modified time | relevance | path

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

/linux-4.1.27/fs/9p/
Dvfs_dentry.c114 .d_weak_revalidate = v9fs_lookup_revalidate,
/linux-4.1.27/include/linux/
Ddcache.h152 int (*d_weak_revalidate)(struct dentry *, unsigned int); member
/linux-4.1.27/Documentation/filesystems/
DLocking13 int (*d_weak_revalidate)(struct dentry *, unsigned int);
27 d_weak_revalidate:no no yes no
Dvfs.txt925 int (*d_weak_revalidate)(struct dentry *, unsigned int);
956 d_weak_revalidate: called when the VFS needs to revalidate a "jumped" dentry.
968 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.1.27/fs/overlayfs/
Dsuper.c714 dop->d_revalidate || dop->d_weak_revalidate || in ovl_is_allowed_fs_type()
/linux-4.1.27/fs/nfs/
Ddir.c1350 .d_weak_revalidate = nfs_weak_revalidate,
/linux-4.1.27/fs/
Ddcache.c1679 if (op->d_weak_revalidate) in d_set_d_op()
Dnamei.c671 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()