Home
last modified time | relevance | path

Searched refs:d_revalidate (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/fs/ecryptfs/
H A Ddentry.c47 rc = lower_dentry->d_op->d_revalidate(lower_dir, &n.name, in ecryptfs_d_revalidate()
86 .d_revalidate = ecryptfs_d_revalidate,
/linux-6.15/fs/hfs/
H A Dsysdep.c46 .d_revalidate = hfs_revalidate_dentry,
/linux-6.15/fs/gfs2/
H A Ddentry.c99 .d_revalidate = gfs2_drevalidate,
/linux-6.15/fs/9p/
H A Dvfs_dentry.c121 .d_revalidate = v9fs_lookup_revalidate,
/linux-6.15/fs/orangefs/
H A Ddcache.c138 .d_revalidate = orangefs_d_revalidate,
/linux-6.15/include/linux/
H A Dfscrypt.h247 if (dentry->d_op->d_revalidate == fscrypt_d_revalidate) in fscrypt_handle_d_move()
297 dentry->d_op->d_revalidate == fscrypt_d_revalidate) { in fscrypt_prepare_dentry()
H A Ddcache.h148 int (*d_revalidate)(struct inode *, const struct qstr *, member
/linux-6.15/fs/ocfs2/
H A Ddcache.c457 .d_revalidate = ocfs2_dentry_revalidate,
/linux-6.15/fs/smb/client/
H A Ddir.c823 .d_revalidate = cifs_d_revalidate,
896 .d_revalidate = cifs_d_revalidate,
/linux-6.15/fs/proc/
H A Dgeneric.c236 .d_revalidate = proc_misc_d_revalidate,
354 .d_revalidate = proc_net_d_revalidate,
H A Dfd.c170 .d_revalidate = tid_fd_revalidate,
/linux-6.15/security/keys/
H A DKconfig40 (permission, d_revalidate, lookup, getxattr, getacl, ...).
/linux-6.15/fs/vboxsf/
H A Ddir.c208 .d_revalidate = vboxsf_dentry_revalidate
/linux-6.15/fs/fat/
H A Dnamei_vfat.c187 .d_revalidate = vfat_revalidate_ci,
193 .d_revalidate = vfat_revalidate,
/linux-6.15/fs/
H A Dnamei.c925 static inline int d_revalidate(struct inode *dir, const struct qstr *name, in d_revalidate() function
929 return dentry->d_op->d_revalidate(dir, name, dentry, flags); in d_revalidate()
1657 int error = d_revalidate(dir->d_inode, name, dentry, flags); in lookup_dcache()
1765 status = d_revalidate(nd->inode, &nd->last, dentry, nd->flags); in lookup_fast()
1772 status = d_revalidate(nd->inode, &nd->last, in lookup_fast()
1778 status = d_revalidate(nd->inode, &nd->last, dentry, nd->flags); in lookup_fast()
1806 int error = d_revalidate(inode, name, dentry, flags); in __lookup_slow()
3630 error = d_revalidate(dir_inode, &nd->last, dentry, nd->flags); in lookup_open()
H A Dlibfs.c1855 .d_revalidate = fscrypt_d_revalidate,
1936 .d_revalidate = fscrypt_d_revalidate,
/linux-6.15/fs/coda/
H A Ddir.c563 .d_revalidate = coda_dentry_revalidate,
/linux-6.15/fs/overlayfs/
H A Dsuper.c108 ret = d->d_op->d_revalidate(dir, &n.name, d, flags); in ovl_revalidate_real()
160 .d_revalidate = ovl_dentry_revalidate,
/linux-6.15/fs/exfat/
H A Dnamei.c131 .d_revalidate = exfat_d_revalidate,
197 .d_revalidate = exfat_d_revalidate,
/linux-6.15/fs/tracefs/
H A Dinode.c469 .d_revalidate = tracefs_d_revalidate,
/linux-6.15/Documentation/filesystems/
H A Dvfs.rst1273 int (*d_revalidate)(struct inode *, const struct qstr *,
1291 ``d_revalidate``
1302 d_revalidate may be called in rcu-walk mode (flags &
1322 As with d_revalidate, most local filesystems will set this to
1326 d_revalidate.
H A Dlocking.rst20 int (*d_revalidate)(struct inode *, const struct qstr *,
42 d_revalidate: no no yes (ref-walk) maybe
H A Dporting.rst425 d_revalidate is a callback that is made on every path element (if
511 The witch is dead! Well, 2/3 of it, anyway. ->d_revalidate() and
1149 ->d_revalidate() gets two extra arguments - inode of parent directory and
/linux-6.15/fs/jfs/
H A Dnamei.c1616 .d_revalidate = jfs_ci_revalidate,
/linux-6.15/fs/kernfs/
H A Ddir.c1206 .d_revalidate = kernfs_dop_revalidate,

12