Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dovl_entry.h68 bool noxattr; member
H A Dutil.c397 return ofs->config.redirect_dir && !ofs->noxattr; in ovl_redirect_dir()
614 if (ofs->noxattr) in ovl_check_setxattr()
621 ofs->noxattr = true; in ovl_check_setxattr()
H A Dsuper.c1364 ofs->noxattr = true; in ovl_make_workdir()
1379 (!d_type || !rename_whiteout || ofs->noxattr)) { in ovl_make_workdir()
H A Dnamei.c927 if (upperdentry && !ctr && !ofs->noxattr && d.is_dir) { in ovl_lookup()