Searched refs:d_real (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | dcache.h | 148 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()
|
D | fs.h | 1260 return d_real(file->f_path.dentry, file_inode(file)); in file_dentry()
|
/Linux-v4.19/fs/overlayfs/ |
D | super.c | 109 real = d_real(real, inode); in ovl_d_real() 162 .d_real = ovl_d_real, 167 .d_real = ovl_d_real,
|
/Linux-v4.19/Documentation/filesystems/ |
D | Locking | 24 struct dentry *(*d_real)(struct dentry *, const struct inode *); 40 d_real no no yes no
|
D | vfs.txt | 1009 struct dentry *(*d_real)(struct dentry *, const struct inode *); 1142 d_real: overlay/union type filesystems implement this method to return one of
|
/Linux-v4.19/fs/ |
D | dcache.c | 1780 if (op->d_real) in d_set_d_op()
|