Searched refs:OVL_TYPE_UPPER (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/overlayfs/
H A Dreaddir.c529 } else if (xinobits && !OVL_TYPE_UPPER(type)) {
882 if (!OVL_TYPE_UPPER(ovl_path_type(dentry)))
965 od->is_upper = OVL_TYPE_UPPER(type);
H A Dutil.c276 if (!OVL_TYPE_UPPER(type))
290 if (!OVL_TYPE_UPPER(type) || OVL_TYPE_MERGE(type))
H A Dinode.c191 if (!OVL_TYPE_UPPER(type)) {
H A Doverlayfs.h25 #define OVL_TYPE_UPPER(type) ((type) & __OVL_PATH_UPPER) macro
H A Ddir.c939 return OVL_TYPE_MERGE(type) || !OVL_TYPE_UPPER(type);

Completed in 179 milliseconds