Home
last modified time | relevance | path

Searched refs:OVL_CATTR (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c616 temp = ovl_create_temp(ofs, workdir, OVL_CATTR(S_IFREG | 0)); in ovl_check_rename_whiteout()
672 OVL_CATTR(mode)); in ovl_lookup_or_create()
H A Doverlayfs.h796 #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) macro
H A Dcopy_up.c509 temp = ovl_create_temp(ofs, indexdir, OVL_CATTR(S_IFDIR | 0)); in ovl_create_index()
H A Ddir.c395 opaquedir = ovl_create_temp(ofs, workdir, OVL_CATTR(stat.mode)); in ovl_clear_empty()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Doverlayfs.h522 #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) macro
H A Dcopy_up.c410 temp = ovl_create_temp(indexdir, OVL_CATTR(S_IFDIR | 0)); in ovl_create_index()
H A Dsuper.c1199 temp = ovl_create_temp(workdir, OVL_CATTR(S_IFREG | 0)); in ovl_check_rename_whiteout()
1254 OVL_CATTR(mode)); in ovl_lookup_or_create()
H A Ddir.c390 opaquedir = ovl_create_temp(workdir, OVL_CATTR(stat.mode)); in ovl_clear_empty()

Completed in 15 milliseconds