Searched refs:d_real (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddcache.h147 struct dentry *(*d_real)(struct dentry *, enum d_real_type type); member in struct:dentry_operations
553 * d_real - Return the real dentry
562 static inline struct dentry *d_real(struct dentry *dentry, enum d_real_type type) function
565 return dentry->d_op->d_real(dentry, type);
579 /* This usage of d_real() results in const dentry */
580 return d_inode(d_real((struct dentry *) dentry, D_REAL_DATA));
/linux-master/fs/overlayfs/
H A Dsuper.c61 * the real lowerdata dentry. The only current caller of d_real() with
76 return d_real(lower, type);
141 .d_real = ovl_d_real,
/linux-master/fs/
H A Ddcache.c1799 if (op->d_real)

Completed in 206 milliseconds