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

/linux-master/fs/overlayfs/
H A Dsuper.c556 temp = ovl_create_temp(ofs, workdir, OVL_CATTR(S_IFREG | 0));
612 OVL_CATTR(mode));
H A Doverlayfs.h843 #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) macro
H A Ddir.c395 opaquedir = ovl_create_temp(ofs, workdir, OVL_CATTR(stat.mode));
H A Dcopy_up.c537 temp = ovl_create_temp(ofs, indexdir, OVL_CATTR(S_IFDIR | 0));

Completed in 145 milliseconds