Searched refs:ovl_fh (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/overlayfs/ |
| A D | overlayfs.h | 145 struct ovl_fh { struct 153 #define OVL_FH_WIRE_OFFSET offsetof(struct ovl_fh, fb) argument 669 static inline int ovl_check_fh_len(struct ovl_fh *fh, int fh_len) in ovl_check_fh_len() 671 if (fh_len < sizeof(struct ovl_fh)) in ovl_check_fh_len() 677 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, 682 enum ovl_xattr ox, const struct ovl_fh *fh, 690 int ovl_get_index_name_fh(const struct ovl_fh *fh, struct qstr *name); 693 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh); 704 const struct ovl_fh *fh, bool set) in ovl_verify_origin_fh() 872 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real, [all …]
|
| A D | namei.c | 120 struct ovl_fh *fh = NULL; in ovl_get_fh() 161 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh() 475 struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN); in ovl_check_origin() 498 enum ovl_xattr ox, const struct ovl_fh *fh) in ovl_verify_fh() 500 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh() 517 enum ovl_xattr ox, const struct ovl_fh *fh, in ovl_verify_set_fh() 542 struct ovl_fh *fh; in ovl_verify_origin_xattr() 573 struct ovl_fh *fh; in ovl_index_upper() 606 struct ovl_fh *fh = NULL; in ovl_verify_index() 738 struct ovl_fh *fh; in ovl_get_index_name() [all …]
|
| A D | export.c | 226 struct ovl_fh *fh = NULL; in ovl_dentry_to_fid() 669 struct ovl_fh *fh) in ovl_upper_fh_to_d() 689 struct ovl_fh *fh) in ovl_lower_fh_to_d() 768 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type) in ovl_fid_to_fh() 770 struct ovl_fh *fh; in ovl_fid_to_fh() 774 return (struct ovl_fh *)fid; in ovl_fid_to_fh() 795 struct ovl_fh *fh = NULL; in ovl_fh_to_dentry()
|
| A D | copy_up.c | 419 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real, in ovl_encode_real_fh() 422 struct ovl_fh *fh; in ovl_encode_real_fh() 474 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin) in ovl_get_origin_fh() 487 int ovl_set_origin_fh(struct ovl_fs *ofs, const struct ovl_fh *fh, in ovl_set_origin_fh() 506 const struct ovl_fh *fh; in ovl_set_upper_fh() 524 static int ovl_create_index(struct dentry *dentry, const struct ovl_fh *fh, in ovl_create_index() 589 const struct ovl_fh *origin_fh; 943 struct ovl_fh *fh = NULL; in ovl_do_copy_up()
|
| A D | super.c | 817 const struct ovl_fh *fh; in ovl_get_indexdir()
|
Completed in 22 milliseconds