Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h153 struct dentry *(*d_real)(struct dentry *, const struct inode *); member
588 static inline struct dentry *d_real(struct dentry *dentry, in d_real() function
592 return dentry->d_op->d_real(dentry, inode); in d_real()
607 return d_backing_inode(d_real((struct dentry *) dentry, NULL)); in d_real_inode()
H A Dfs.h1340 return d_real(file->f_path.dentry, file_inode(file)); in file_dentry()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c113 real = d_real(real, inode); in ovl_d_real()
174 .d_real = ovl_d_real,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst32 struct dentry *(*d_real)(struct dentry *, const struct inode *);
51 d_real no no yes no
H A Dvfs.rst1166 struct dentry *(*d_real)(struct dentry *, const struct inode *);
1320 ``d_real``
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c1878 if (op->d_real) in d_set_d_op()