Searched refs:ovl_lookup_index (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | namei.c | 688 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index() function 1046 index = ovl_lookup_index(ofs, upperdentry, origin, true); in ovl_lookup()
|
H A D | overlayfs.h | 412 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
|
H A D | export.c | 451 index = ovl_lookup_index(ofs, NULL, real, false); in ovl_lookup_real_inode()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | namei.c | 763 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index() function 1242 index = ovl_lookup_index(ofs, upperdentry, origin, true); in ovl_lookup()
|
H A D | export.c | 469 index = ovl_lookup_index(ofs, NULL, real, false); in ovl_lookup_real_inode()
|
H A D | overlayfs.h | 643 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
|
Completed in 8 milliseconds