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

/linux-master/fs/overlayfs/
H A Ddir.c313 return OVL_TYPE_MERGE(ovl_path_type(dentry));
939 return OVL_TYPE_MERGE(type) || !OVL_TYPE_UPPER(type);
H A Dreaddir.c724 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) {
772 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))))) {
H A Dinode.c271 if (is_dir && OVL_TYPE_MERGE(type))
H A Doverlayfs.h26 #define OVL_TYPE_MERGE(type) ((type) & __OVL_PATH_MERGE) macro
H A Dutil.c290 if (!OVL_TYPE_UPPER(type) || OVL_TYPE_MERGE(type))

Completed in 116 milliseconds