Home
last modified time | relevance | path

Searched refs:ovl_check_dir_xattr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/overlayfs/
Doverlayfs.h263 bool ovl_check_dir_xattr(struct dentry *dentry, const char *name);
283 return ovl_check_dir_xattr(dentry, OVL_XATTR_IMPURE); in ovl_is_impuredir()
Dutil.c555 bool ovl_check_dir_xattr(struct dentry *dentry, const char *name) in ovl_check_dir_xattr() function
Dnamei.c193 return ovl_check_dir_xattr(dentry, OVL_XATTR_OPAQUE); in ovl_is_opaquedir()