Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dsuper.c427 fh_type = ovl_can_decode_fh(path->dentry->d_sb); in ovl_lower_dir()
784 fh_type = ovl_can_decode_fh(ofs->workdir->d_sb); in ovl_make_workdir()
H A Doverlayfs.h468 int ovl_can_decode_fh(struct super_block *sb);
H A Dcopy_up.c480 if (!ovl_can_decode_fh(origin->d_sb)) in ovl_get_origin_fh()
H A Dutil.c80 int ovl_can_decode_fh(struct super_block *sb) in ovl_can_decode_fh() function