Searched refs:d_real (Results 1 – 6 of 6) sorted by relevance
151 struct dentry *(*d_real)(struct dentry *, const struct inode *); member583 static inline struct dentry *d_real(struct dentry *dentry, in d_real() function587 return dentry->d_op->d_real(dentry, inode); in d_real()602 return d_backing_inode(d_real((struct dentry *) dentry, NULL)); in d_real_inode()
1352 return d_real(file->f_path.dentry, file_inode(file)); in file_dentry()
107 real = d_real(real, inode); in ovl_d_real()168 .d_real = ovl_d_real,
32 struct dentry *(*d_real)(struct dentry *, const struct inode *);51 d_real no no yes no
1185 struct dentry *(*d_real)(struct dentry *, const struct inode *);1339 ``d_real``
1913 if (op->d_real) in d_set_d_op()
Completed in 28 milliseconds