HomeSort by: relevance | last modified time | path
    Searched refs:um_ufile (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/unionfs/
unionfs.h 84 u_short um_ufile; member in struct:unionfs_mount
unionfs_vfsops.c 209 ump->um_ufile = ufile;
unionfs_subr.c 251 uva->va_mode |= (lva->va_type == VDIR ? ump->um_udir : ump->um_ufile) & 0700;
255 uva->va_mode = (lva->va_type == VDIR ? ump->um_udir : ump->um_ufile);

Completed in 84 milliseconds