Home
last modified time | relevance | path

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

/linux/include/linux/
A Ddcache.h152 struct dentry *(*d_real)(struct dentry *, enum d_real_type type); member
569 static inline struct dentry *d_real(struct dentry *dentry, enum d_real_type type) in d_real() function
572 return dentry->d_op->d_real(dentry, type); in d_real()
587 return d_inode(d_real((struct dentry *) dentry, D_REAL_DATA)); in d_real_inode()
/linux/security/integrity/evm/
A Devm_crypto.c227 struct inode *inode = d_inode(d_real(dentry, D_REAL_METADATA)); in evm_calc_hmac_or_hash()
/linux/fs/overlayfs/
A Dsuper.c76 return d_real(lower, type); in ovl_d_real()
141 .d_real = ovl_d_real,
/linux/security/integrity/ima/
A Dima_main.c307 metadata_inode = d_inode(d_real(file_dentry(file), in process_measurement()
/linux/Documentation/filesystems/
A Dlocking.rst32 struct dentry *(*d_real)(struct dentry *, enum d_real_type type);
51 d_real no no yes no
A Dvfs.rst1266 struct dentry *(*d_real)(struct dentry *, enum d_real_type type);
1420 ``d_real``
/linux/fs/
A Ddcache.c1811 if (op->d_real) in d_set_d_op()

Completed in 22 milliseconds