Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Doverlayfs.h23 #define OVL_TYPE_ORIGIN(type) ((type) & __OVL_PATH_ORIGIN) macro
Dinode.c177 } else if (OVL_TYPE_ORIGIN(type)) { in ovl_getattr()
Dreaddir.c501 if (OVL_TYPE_ORIGIN(type)) { in ovl_cache_update_ino()
Ddir.c290 return OVL_TYPE_ORIGIN(ovl_path_type(dentry)); in ovl_type_origin()