Home
last modified time | relevance | path

Searched refs:UN_FILEMODE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/union/
H A Dunion.h105 #define UN_FILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) macro
H A Dunion_subr.c896 int cmode = UN_FILEMODE & ~l->l_proc->p_cwdi->cwdi_cmask; in union_vn_create()