Home
last modified time | relevance | path

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

/Linux-v5.10/fs/overlayfs/
Dsuper.c734 work = ovl_create_real(dir, work, OVL_CATTR(attr.ia_mode)); in ovl_workdir_create()
1178 temp = ovl_create_temp(workdir, OVL_CATTR(S_IFREG | 0)); in ovl_check_rename_whiteout()
1233 OVL_CATTR(mode)); in ovl_lookup_or_create()
Doverlayfs.h495 #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) macro
Dcopy_up.c409 temp = ovl_create_temp(indexdir, OVL_CATTR(S_IFDIR | 0)); in ovl_create_index()
Ddir.c392 opaquedir = ovl_create_temp(workdir, OVL_CATTR(stat.mode)); in ovl_clear_empty()