Home
last modified time | relevance | path

Searched refs:d_real (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/include/linux/
A Ddcache.h142 struct dentry *(*d_real)(struct dentry *, const struct inode *); member
573 static inline struct dentry *d_real(struct dentry *dentry, in d_real() function
577 return dentry->d_op->d_real(dentry, inode); in d_real()
592 return d_backing_inode(d_real((struct dentry *) dentry, NULL)); in d_real_inode()
A Dfs.h1028 return d_real(file->f_path.dentry, file_inode(file)); in file_dentry()
/linux-6.3-rc2/fs/overlayfs/
A Dsuper.c108 real = d_real(real, inode); in ovl_d_real()
174 .d_real = ovl_d_real,
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst32 struct dentry *(*d_real)(struct dentry *, const struct inode *);
51 d_real no no yes no
A Dvfs.rst1200 struct dentry *(*d_real)(struct dentry *, const struct inode *);
1354 ``d_real``
/linux-6.3-rc2/fs/
A Ddcache.c1939 if (op->d_real) in d_set_d_op()

Completed in 24 milliseconds