Searched refs:d_weak_revalidate (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/9p/
H A Dvfs_dentry.c99 .d_weak_revalidate = v9fs_lookup_revalidate,
/linux-master/include/linux/
H A Ddcache.h135 int (*d_weak_revalidate)(struct dentry *, unsigned int); member in struct:dentry_operations
/linux-master/fs/overlayfs/
H A Dsuper.c92 ret = d->d_op->d_weak_revalidate(d, flags);
143 .d_weak_revalidate = ovl_dentry_weak_revalidate,
/linux-master/fs/nfs/
H A Ddir.c1922 .d_weak_revalidate = nfs_weak_revalidate,
2007 .d_weak_revalidate = nfs_weak_revalidate,
/linux-master/fs/
H A Ddcache.c1793 if (op->d_weak_revalidate)
H A Dnamei.c921 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags);
2489 nd->state &= ~ND_JUMPED; // no d_weak_revalidate(), please...

Completed in 223 milliseconds