Home
last modified time | relevance | path

Searched refs:ovl_fh (Results 1 – 4 of 4) 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 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()