Searched refs:ovl_index_upper (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | export.c | 458 struct dentry *upper = ovl_index_upper(ofs, index); in ovl_lookup_real_inode() 734 struct dentry *upper = ovl_index_upper(ofs, index); in ovl_lower_fh_to_d()
|
H A D | namei.c | 479 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper() function 564 upper = ovl_index_upper(ofs, index); in ovl_verify_index()
|
H A D | overlayfs.h | 408 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index);
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | export.c | 476 struct dentry *upper = ovl_index_upper(ofs, index, true); in ovl_lookup_real_inode() 752 struct dentry *upper = ovl_index_upper(ofs, index, true); in ovl_lower_fh_to_d()
|
H A D | namei.c | 552 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index, in ovl_index_upper() function 638 upper = ovl_index_upper(ofs, index, false); in ovl_verify_index()
|
H A D | overlayfs.h | 637 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index,
|
Completed in 8 milliseconds