Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dreaddir.c811 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) { in ovl_iterate_real()
890 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))) in ovl_need_adjust_d_ino()
H A Ddir.c339 return OVL_TYPE_MERGE(ovl_path_type(dentry)); in ovl_type_merge()
985 return OVL_TYPE_MERGE(type) || !OVL_TYPE_UPPER(type); in ovl_type_merge_or_lower()
H A Dfile.c456 if (!OVL_TYPE_UPPER(type) || (datasync && OVL_TYPE_MERGE(type))) in ovl_fsync()
H A Doverlayfs.h26 #define OVL_TYPE_MERGE(type) ((type) & __OVL_PATH_MERGE) macro
H A Dutil.c304 if (!OVL_TYPE_UPPER(type) || OVL_TYPE_MERGE(type)) in ovl_path_realdata()