Home
last modified time | relevance | path

Searched refs:um_udir (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/fs/unionfs/
Dunion.h62 u_short um_udir; member
Dunion_vfsops.c264 ump->um_udir = udir; in unionfs_domount()
Dunion_subr.c482 uva->va_mode |= (lva->va_type == VDIR ? ump->um_udir : ump->um_ufile) & 0700; in unionfs_create_uppervattr_core()
486 uva->va_mode = (lva->va_type == VDIR ? ump->um_udir : ump->um_ufile); in unionfs_create_uppervattr_core()