ovl_fh 227 fs/overlayfs/copy_up.c struct ovl_fh *ovl_encode_real_fh(struct dentry *real, bool is_upper) ovl_fh 229 fs/overlayfs/copy_up.c struct ovl_fh *fh; ovl_fh 254 fs/overlayfs/copy_up.c BUILD_BUG_ON(MAX_HANDLE_SZ + offsetof(struct ovl_fh, fid) > 255); ovl_fh 255 fs/overlayfs/copy_up.c fh_len = offsetof(struct ovl_fh, fid) + buflen; ovl_fh 286 fs/overlayfs/copy_up.c const struct ovl_fh *fh = NULL; ovl_fh 313 fs/overlayfs/copy_up.c const struct ovl_fh *fh; ovl_fh 216 fs/overlayfs/export.c struct ovl_fh *fh = NULL; ovl_fh 681 fs/overlayfs/export.c struct ovl_fh *fh) ovl_fh 701 fs/overlayfs/export.c struct ovl_fh *fh) ovl_fh 784 fs/overlayfs/export.c struct ovl_fh *fh = (struct ovl_fh *) fid; ovl_fh 87 fs/overlayfs/namei.c int ovl_check_fh_len(struct ovl_fh *fh, int fh_len) ovl_fh 89 fs/overlayfs/namei.c if (fh_len < sizeof(struct ovl_fh) || fh_len < fh->len) ovl_fh 107 fs/overlayfs/namei.c static struct ovl_fh *ovl_get_fh(struct dentry *dentry, const char *name) ovl_fh 110 fs/overlayfs/namei.c struct ovl_fh *fh = NULL; ovl_fh 151 fs/overlayfs/namei.c struct dentry *ovl_decode_real_fh(struct ovl_fh *fh, struct vfsmount *mnt, ovl_fh 164 fs/overlayfs/namei.c bytes = (fh->len - offsetof(struct ovl_fh, fid)); ovl_fh 321 fs/overlayfs/namei.c int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, ovl_fh 375 fs/overlayfs/namei.c struct ovl_fh *fh = ovl_get_fh(upperdentry, OVL_XATTR_ORIGIN); ovl_fh 402 fs/overlayfs/namei.c const struct ovl_fh *fh) ovl_fh 404 fs/overlayfs/namei.c struct ovl_fh *ofh = ovl_get_fh(dentry, name); ovl_fh 432 fs/overlayfs/namei.c struct ovl_fh *fh; ovl_fh 463 fs/overlayfs/namei.c struct ovl_fh *fh; ovl_fh 502 fs/overlayfs/namei.c struct ovl_fh *fh = NULL; ovl_fh 518 fs/overlayfs/namei.c if (index->d_name.len < sizeof(struct ovl_fh)*2) ovl_fh 606 fs/overlayfs/namei.c static int ovl_get_index_name_fh(struct ovl_fh *fh, struct qstr *name) ovl_fh 638 fs/overlayfs/namei.c struct ovl_fh *fh; ovl_fh 652 fs/overlayfs/namei.c struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) ovl_fh 305 fs/overlayfs/overlayfs.h int ovl_check_fh_len(struct ovl_fh *fh, int fh_len); ovl_fh 306 fs/overlayfs/overlayfs.h struct dentry *ovl_decode_real_fh(struct ovl_fh *fh, struct vfsmount *mnt, ovl_fh 308 fs/overlayfs/overlayfs.h int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, ovl_fh 315 fs/overlayfs/overlayfs.h struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh); ovl_fh 427 fs/overlayfs/overlayfs.h struct ovl_fh *ovl_encode_real_fh(struct dentry *real, bool is_upper);