Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/overlayfs/
H A Dreaddir.c511 } else if (xinobits && !OVL_TYPE_UPPER(type)) { in ovl_cache_update_ino()
858 if (!OVL_TYPE_UPPER(ovl_path_type(dentry))) in ovl_dir_real_file()
941 od->is_upper = OVL_TYPE_UPPER(type); in ovl_dir_open()
H A Dutil.c201 if (!OVL_TYPE_UPPER(type)) in ovl_path_real()
H A Doverlayfs.h21 #define OVL_TYPE_UPPER(type) ((type) & __OVL_PATH_UPPER) macro
H A Dinode.c187 if (!OVL_TYPE_UPPER(type)) { in ovl_getattr()
H A Ddir.c960 return OVL_TYPE_MERGE(type) || !OVL_TYPE_UPPER(type); in ovl_type_merge_or_lower()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dreaddir.c515 } else if (xinobits && !OVL_TYPE_UPPER(type)) { in ovl_cache_update_ino()
868 if (!OVL_TYPE_UPPER(ovl_path_type(dentry))) in ovl_dir_real_file()
951 od->is_upper = OVL_TYPE_UPPER(type); in ovl_dir_open()
H A Dutil.c250 if (!OVL_TYPE_UPPER(type)) in ovl_path_real()
264 if (!OVL_TYPE_UPPER(type) || OVL_TYPE_MERGE(type)) in ovl_path_realdata()
H A Doverlayfs.h25 #define OVL_TYPE_UPPER(type) ((type) & __OVL_PATH_UPPER) macro
H A Ddir.c950 return OVL_TYPE_MERGE(type) || !OVL_TYPE_UPPER(type); in ovl_type_merge_or_lower()
H A Dinode.c191 if (!OVL_TYPE_UPPER(type)) { in ovl_getattr()

Completed in 16 milliseconds