Searched refs:real (Results 1 – 6 of 6) sorted by relevance
| /fs/overlayfs/ |
| A D | export.c | 359 struct dentry *real, in ovl_lookup_real_one() argument 376 parent = dget_parent(real); in ovl_lookup_real_one() 418 struct dentry *real, 425 struct dentry *real, in ovl_lookup_real_inode() argument 490 struct dentry *real, in ovl_lookup_real_ancestor() argument 500 next = dget(real); in ovl_lookup_real_ancestor() 543 struct dentry *real, in ovl_lookup_real() argument 559 if (real_connected == real) in ovl_lookup_real() 563 next = dget(real); in ovl_lookup_real() 657 if (!d_is_dir(real)) in ovl_get_dentry() [all …]
|
| A D | namei.c | 164 struct dentry *real; in ovl_decode_real_fh() local 184 if (IS_ERR(real)) { in ovl_decode_real_fh() 191 if (real == ERR_PTR(-ESTALE) && in ovl_decode_real_fh() 193 real = NULL; in ovl_decode_real_fh() 194 return real; in ovl_decode_real_fh() 197 if (ovl_dentry_weird(real)) { in ovl_decode_real_fh() 198 dput(real); in ovl_decode_real_fh() 202 return real; in ovl_decode_real_fh() 563 enum ovl_xattr ox, struct dentry *real, in ovl_verify_origin_xattr() argument 586 inode = d_inode(real); in ovl_verify_origin_xattr() [all …]
|
| A D | inode.c | 1099 struct inode *ovl_lookup_inode(struct super_block *sb, struct dentry *real, in ovl_lookup_inode() argument 1102 struct inode *inode, *key = d_inode(real); in ovl_lookup_inode() 1108 if (!ovl_verify_inode(inode, is_upper ? NULL : real, in ovl_lookup_inode() 1109 is_upper ? real : NULL, false)) { in ovl_lookup_inode()
|
| A D | overlayfs.h | 700 enum ovl_xattr ox, struct dentry *real, 816 struct inode *ovl_lookup_inode(struct super_block *sb, struct dentry *real,
|
| /fs/qnx4/ |
| A D | Kconfig | 7 This is the file system used by the real-time operating systems
|
| /fs/qnx6/ |
| A D | Kconfig | 7 This is the file system used by the real-time operating systems
|
Completed in 23 milliseconds