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

/linux-master/fs/overlayfs/
H A Doverlayfs.h145 struct ovl_fh { struct
153 #define OVL_FH_WIRE_OFFSET offsetof(struct ovl_fh, fb)
666 static inline int ovl_check_fh_len(struct ovl_fh *fh, int fh_len)
668 if (fh_len < sizeof(struct ovl_fh))
674 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh,
676 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
679 enum ovl_xattr ox, const struct ovl_fh *fh,
687 int ovl_get_index_name_fh(const struct ovl_fh *fh, struct qstr *name);
690 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh);
701 const struct ovl_fh *f
[all...]
H A Dnamei.c116 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *upperdentry,
120 struct ovl_fh *fh = NULL;
161 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh,
421 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
475 struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN);
498 enum ovl_xattr ox, const struct ovl_fh *fh)
500 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox);
517 enum ovl_xattr ox, const struct ovl_fh *fh,
542 struct ovl_fh *fh;
573 struct ovl_fh *f
[all...]
H A Dexport.c222 struct ovl_fh *fh = NULL;
665 struct ovl_fh *fh)
685 struct ovl_fh *fh)
764 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type)
766 struct ovl_fh *fh;
770 return (struct ovl_fh *)fid;
791 struct ovl_fh *fh = NULL;
H A Dcopy_up.c402 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real,
405 struct ovl_fh *fh;
457 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin)
470 int ovl_set_origin_fh(struct ovl_fs *ofs, const struct ovl_fh *fh,
489 const struct ovl_fh *fh;
507 static int ovl_create_index(struct dentry *dentry, const struct ovl_fh *fh,
572 const struct ovl_fh *origin_fh;
919 struct ovl_fh *fh = NULL;
H A Dsuper.c823 const struct ovl_fh *fh;

Completed in 185 milliseconds