Home
last modified time | relevance | path

Searched refs:__OVL_PATH_MERGE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h21 __OVL_PATH_MERGE = (1 << 1), enumerator
26 #define OVL_TYPE_MERGE(type) ((type) & __OVL_PATH_MERGE)
H A Dutil.c196 type |= __OVL_PATH_MERGE; in ovl_path_type()
200 type |= __OVL_PATH_MERGE; in ovl_path_type()