Searched refs:ovl_get_fh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | namei.c | 108 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_get_fh() function 396 struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN); in ovl_check_origin() 421 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh() 487 fh = ovl_get_fh(ofs, index, OVL_XATTR_UPPER); in ovl_index_upper()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | namei.c | 115 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_get_fh() function 469 struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN); in ovl_check_origin() 494 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh() 561 fh = ovl_get_fh(ofs, index, OVL_XATTR_UPPER); in ovl_index_upper()
|
Completed in 3 milliseconds