Searched refs:ovl_decode_real_fh (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/overlayfs/ |
D | namei.c | 154 struct dentry *ovl_decode_real_fh(struct ovl_fh *fh, struct vfsmount *mnt, in ovl_decode_real_fh() function 329 origin = ovl_decode_real_fh(fh, ofs->lower_layers[i].mnt, in ovl_check_origin_fh() 466 upper = ovl_decode_real_fh(fh, ofs->upper_mnt, true); in ovl_index_upper()
|
D | overlayfs.h | 299 struct dentry *ovl_decode_real_fh(struct ovl_fh *fh, struct vfsmount *mnt,
|
D | export.c | 693 upper = ovl_decode_real_fh(fh, ofs->upper_mnt, true); in ovl_upper_fh_to_d()
|