Searched refs:UN_DIRMODE (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/fs/union/ | ||
| H A D | union.h | 104 #define UN_DIRMODE (S_IRWXU|S_IRWXG|S_IRWXO) macro |
| H A D | union_vfsops.c | 228 um->um_cmode = UN_DIRMODE &~ l->l_proc->p_cwdi->cwdi_cmask; in union_mount() |