Searched refs:ovl_fh (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | overlayfs.h | 151 struct ovl_fh { struct 159 #define OVL_FH_WIRE_OFFSET offsetof(struct ovl_fh, fb) argument 717 static inline int ovl_check_fh_len(struct ovl_fh *fh, int fh_len) in ovl_check_fh_len() 719 if (fh_len < sizeof(struct ovl_fh)) in ovl_check_fh_len() 727 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, 729 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, 732 enum ovl_xattr ox, const struct ovl_fh *fh, 740 int ovl_get_index_name_fh(const struct ovl_fh *fh, struct qstr *name); 743 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh); 754 const struct ovl_fh *fh, bool set) in ovl_verify_origin_fh() [all …]
|
| 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() 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 D | super.c | 845 const struct ovl_fh *fh; in ovl_get_indexdir()
|