Searched defs:real (Results 1 – 6 of 6) sorted by relevance
/fs/overlayfs/ |
D | file.c | 110 static int ovl_real_fdget_meta(const struct file *file, struct fd *real, in ovl_real_fdget_meta() 139 static int ovl_real_fdget(const struct file *file, struct fd *real) in ovl_real_fdget() 182 struct fd real; in ovl_llseek() local 286 struct fd real; in ovl_read_iter() local 340 struct fd real; in ovl_write_iter() local 421 struct fd real; in ovl_splice_write() local 457 struct fd real; in ovl_fsync() local 515 struct fd real; in ovl_fallocate() local 547 struct fd real; in ovl_fadvise() local 567 struct fd real; in ovl_real_ioctl() local
|
D | export.c | 363 struct dentry *real, in ovl_lookup_real_one() 426 struct dentry *real, in ovl_lookup_real_inode() 491 struct dentry *real, in ovl_lookup_real_ancestor() 544 struct dentry *real, in ovl_lookup_real() 652 struct dentry *real = upper ?: (index ?: lowerpath->dentry); in ovl_get_dentry() local
|
D | namei.c | 157 struct dentry *real; in ovl_decode_real_fh() local 447 enum ovl_xattr ox, struct dentry *real, bool is_upper, in ovl_verify_set_fh()
|
D | copy_up.c | 279 struct ovl_fh *ovl_encode_real_fh(struct dentry *real, bool is_upper) in ovl_encode_real_fh()
|
D | inode.c | 845 struct inode *ovl_lookup_inode(struct super_block *sb, struct dentry *real, in ovl_lookup_inode()
|
D | super.c | 88 struct dentry *real = NULL, *lower; in ovl_d_real() local
|