Searched refs:SMBM_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netsmb/
H A Dsmb_conn.c151 if (!exact || (vcspec->mode & SMBM_MASK) !=
413 vcp->vc_mode = vcspec->rights & SMBM_MASK;
632 return (dp->mode & SMBM_MASK) == ssp->ss_mode ? 0 : 1;
779 ssp->ss_mode = shspec->rights & SMBM_MASK;
H A Dsmb_conn.h59 #define SMBM_MASK 0777 macro

Completed in 101 milliseconds