Symbol: ovl_fh
fs/overlayfs/copy_up.c
418
struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct inode *realinode,
fs/overlayfs/copy_up.c
421
struct ovl_fh *fh;
fs/overlayfs/copy_up.c
473
struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin)
fs/overlayfs/copy_up.c
486
int ovl_set_origin_fh(struct ovl_fs *ofs, const struct ovl_fh *fh,
fs/overlayfs/copy_up.c
505
const struct ovl_fh *fh;
fs/overlayfs/copy_up.c
521
static int ovl_create_index(struct dentry *dentry, const struct ovl_fh *fh,
fs/overlayfs/copy_up.c
587
const struct ovl_fh *origin_fh;
fs/overlayfs/copy_up.c
929
struct ovl_fh *fh = NULL;
fs/overlayfs/export.c
237
struct ovl_fh *fh = NULL;
fs/overlayfs/export.c
672
struct ovl_fh *fh)
fs/overlayfs/export.c
692
struct ovl_fh *fh)
fs/overlayfs/export.c
771
static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type)
fs/overlayfs/export.c
773
struct ovl_fh *fh;
fs/overlayfs/export.c
777
return (struct ovl_fh *)fid;
fs/overlayfs/export.c
798
struct ovl_fh *fh = NULL;
fs/overlayfs/namei.c
117
static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *upperdentry,
fs/overlayfs/namei.c
121
struct ovl_fh *fh = NULL;
fs/overlayfs/namei.c
174
struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh,
fs/overlayfs/namei.c
453
int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
fs/overlayfs/namei.c
507
struct ovl_fh *fh = ovl_get_fh(ofs, upperdentry, OVL_XATTR_ORIGIN);
fs/overlayfs/namei.c
530
enum ovl_xattr ox, const struct ovl_fh *fh)
fs/overlayfs/namei.c
532
struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox);
fs/overlayfs/namei.c
549
enum ovl_xattr ox, const struct ovl_fh *fh,
fs/overlayfs/namei.c
574
struct ovl_fh *fh;
fs/overlayfs/namei.c
605
struct ovl_fh *fh;
fs/overlayfs/namei.c
638
struct ovl_fh *fh = NULL;
fs/overlayfs/namei.c
737
int ovl_get_index_name_fh(const struct ovl_fh *fh, struct qstr *name)
fs/overlayfs/namei.c
770
struct ovl_fh *fh;
fs/overlayfs/namei.c
784
struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh)
fs/overlayfs/namei.c
930
const struct ovl_fh *fh;
fs/overlayfs/overlayfs.h
159
#define OVL_FH_WIRE_OFFSET offsetof(struct ovl_fh, fb)
fs/overlayfs/overlayfs.h
726
static inline int ovl_check_fh_len(struct ovl_fh *fh, int fh_len)
fs/overlayfs/overlayfs.h
728
if (fh_len < sizeof(struct ovl_fh))
fs/overlayfs/overlayfs.h
736
struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh,
fs/overlayfs/overlayfs.h
738
int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected,
fs/overlayfs/overlayfs.h
741
enum ovl_xattr ox, const struct ovl_fh *fh,
fs/overlayfs/overlayfs.h
749
int ovl_get_index_name_fh(const struct ovl_fh *fh, struct qstr *name);
fs/overlayfs/overlayfs.h
752
struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh);
fs/overlayfs/overlayfs.h
763
const struct ovl_fh *fh, bool set)
fs/overlayfs/overlayfs.h
936
struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct inode *realinode,
fs/overlayfs/overlayfs.h
938
struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin);
fs/overlayfs/overlayfs.h
939
int ovl_set_origin_fh(struct ovl_fs *ofs, const struct ovl_fh *fh,
fs/overlayfs/super.c
849
const struct ovl_fh *fh;