Searched refs:ovl_fh (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/overlayfs/ |
| H A D | overlayfs.h | 145 struct ovl_fh { struct 153 #define OVL_FH_WIRE_OFFSET offsetof(struct ovl_fh, fb) argument 661 static inline int ovl_check_fh_len(struct ovl_fh *fh, int fh_len) in ovl_check_fh_len() 663 if (fh_len < sizeof(struct ovl_fh)) in ovl_check_fh_len() 669 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, 674 enum ovl_xattr ox, const struct ovl_fh *fh, 682 int ovl_get_index_name_fh(const struct ovl_fh *fh, struct qstr *name); 685 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh); 696 const struct ovl_fh *fh, bool set) in ovl_verify_origin_fh() 867 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin); [all …]
|
| H A D | namei.c | 118 struct ovl_fh *fh = NULL; in ovl_get_fh() 159 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh() 473 struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN); in ovl_check_origin() 496 enum ovl_xattr ox, const struct ovl_fh *fh) in ovl_verify_fh() 498 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh() 515 enum ovl_xattr ox, const struct ovl_fh *fh, in ovl_verify_set_fh() 540 struct ovl_fh *fh; in ovl_verify_origin_xattr() 571 struct ovl_fh *fh; in ovl_index_upper() 604 struct ovl_fh *fh = NULL; in ovl_verify_index() 736 struct ovl_fh *fh; in ovl_get_index_name() [all …]
|
| H A D | export.c | 237 struct ovl_fh *fh = NULL; in ovl_dentry_to_fid() 674 struct ovl_fh *fh) in ovl_upper_fh_to_d() 694 struct ovl_fh *fh) in ovl_lower_fh_to_d() 773 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type) in ovl_fid_to_fh() 775 struct ovl_fh *fh; in ovl_fid_to_fh() 779 return (struct ovl_fh *)fid; in ovl_fid_to_fh() 800 struct ovl_fh *fh = NULL; in ovl_fh_to_dentry()
|
| H A D | copy_up.c | 418 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct inode *realinode, in ovl_encode_real_fh() 421 struct ovl_fh *fh; in ovl_encode_real_fh() 473 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin) in ovl_get_origin_fh() 486 int ovl_set_origin_fh(struct ovl_fs *ofs, const struct ovl_fh *fh, in ovl_set_origin_fh() 505 const struct ovl_fh *fh; in ovl_set_upper_fh() 523 static int ovl_create_index(struct dentry *dentry, const struct ovl_fh *fh, in ovl_create_index() 588 const struct ovl_fh *origin_fh; 942 struct ovl_fh *fh = NULL; in ovl_do_copy_up()
|
| H A D | super.c | 836 const struct ovl_fh *fh; in ovl_get_indexdir()
|