Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
A Dnamei.c112 struct ovl_fh *fh = NULL; in ovl_get_fh()
153 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh()
401 struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN); in ovl_check_origin()
424 enum ovl_xattr ox, const struct ovl_fh *fh) in ovl_verify_fh()
426 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh()
455 struct ovl_fh *fh; in ovl_verify_set_fh()
486 struct ovl_fh *fh; in ovl_index_upper()
519 struct ovl_fh *fh = NULL; in ovl_verify_index()
618 static int ovl_get_index_name_fh(struct ovl_fh *fh, struct qstr *name) in ovl_get_index_name_fh()
651 struct ovl_fh *fh; in ovl_get_index_name()
[all …]
A Doverlayfs.h106 struct ovl_fh { struct
114 #define OVL_FH_WIRE_OFFSET offsetof(struct ovl_fh, fb) argument
420 static inline int ovl_check_fh_len(struct ovl_fh *fh, int fh_len) in ovl_check_fh_len()
422 if (fh_len < sizeof(struct ovl_fh)) in ovl_check_fh_len()
428 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh,
430 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
439 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh);
597 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real,
A Dexport.c217 struct ovl_fh *fh = NULL; in ovl_dentry_to_fid()
676 struct ovl_fh *fh) in ovl_upper_fh_to_d()
696 struct ovl_fh *fh) in ovl_lower_fh_to_d()
775 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type) in ovl_fid_to_fh()
777 struct ovl_fh *fh; in ovl_fid_to_fh()
781 return (struct ovl_fh *)fid; in ovl_fid_to_fh()
802 struct ovl_fh *fh = NULL; in ovl_fh_to_dentry()
A Dcopy_up.c332 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real, in ovl_encode_real_fh()
335 struct ovl_fh *fh; in ovl_encode_real_fh()
390 const struct ovl_fh *fh = NULL; in ovl_set_origin()
419 const struct ovl_fh *fh; in ovl_set_upper_fh()

Completed in 12 milliseconds