Home
last modified time | relevance | path

Searched refs:ovl_fh (Results 1 – 5 of 5) sorted by relevance

/linux/fs/overlayfs/
H A Dnamei.c117 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_get_fh()
121 struct ovl_fh *fh = NULL; in ovl_get_fh()
174 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh()
453 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh()
507 struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN); in ovl_check_origin()
530 enum ovl_xattr ox, const struct ovl_fh *fh) in ovl_verify_fh()
532 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh()
549 enum ovl_xattr ox, const struct ovl_fh *fh, in ovl_verify_set_fh()
574 struct ovl_fh *fh; in ovl_verify_origin_xattr()
605 struct ovl_fh *fh; in ovl_index_upper()
[all …]
H A Doverlayfs.h151 struct ovl_fh { struct
159 #define OVL_FH_WIRE_OFFSET offsetof(struct ovl_fh, fb) argument
726 static inline int ovl_check_fh_len(struct ovl_fh *fh, int fh_len) in ovl_check_fh_len()
728 if (fh_len < sizeof(struct ovl_fh)) in ovl_check_fh_len()
736 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh,
738 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
741 enum ovl_xattr ox, const struct ovl_fh *fh,
749 int ovl_get_index_name_fh(const struct ovl_fh *fh, struct qstr *name);
752 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh);
763 const struct ovl_fh *fh, bool set) in ovl_verify_origin_fh()
[all …]
H A Dexport.c237 struct ovl_fh *fh = NULL; in ovl_dentry_to_fid()
672 struct ovl_fh *fh) in ovl_upper_fh_to_d()
692 struct ovl_fh *fh) in ovl_lower_fh_to_d()
771 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type) in ovl_fid_to_fh()
773 struct ovl_fh *fh; in ovl_fid_to_fh()
777 return (struct ovl_fh *)fid; in ovl_fid_to_fh()
798 struct ovl_fh *fh = NULL; in ovl_fh_to_dentry()
H A Dcopy_up.c418 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()
521 static int ovl_create_index(struct dentry *dentry, const struct ovl_fh *fh, in ovl_create_index()
587 const struct ovl_fh *origin_fh;
929 struct ovl_fh *fh = NULL; in ovl_do_copy_up()
H A Dsuper.c849 const struct ovl_fh *fh; in ovl_get_indexdir()