Searched refs:d_real (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 149 struct dentry *(*d_real)(struct dentry *, const struct inode *); member 570 * d_real - Return the real dentry 579 static inline struct dentry *d_real(struct dentry *dentry, in d_real() function 583 return dentry->d_op->d_real(dentry, inode); in d_real() 597 /* This usage of d_real() results in const dentry */ in d_real_inode() 598 return d_backing_inode(d_real((struct dentry *) dentry, NULL)); in d_real_inode()
|
H A D | fs.h | 1315 return d_real(file->f_path.dentry, file_inode(file)); in file_dentry()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 142 struct dentry *(*d_real)(struct dentry *, const struct inode *); member 564 * d_real - Return the real dentry 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() 591 /* This usage of d_real() results in const dentry */ in d_real_inode() 592 return d_backing_inode(d_real((struct dentry *) dentry, NULL)); in d_real_inode()
|
H A D | fs.h | 1080 return d_real(file->f_path.dentry, file_inode(file)); in file_dentry()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | super.c | 56 * the real lowerdata dentry. The only current caller of d_real() with in ovl_d_real() 71 real = d_real(real, inode); in ovl_d_real() 141 .d_real = ovl_d_real,
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | super.c | 107 real = d_real(real, inode); in ovl_d_real() 173 .d_real = ovl_d_real,
|
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 1879 if (op->d_real) in d_set_d_op()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 1939 if (op->d_real) in d_set_d_op()
|
Completed in 31 milliseconds