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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c153 if (!exact || (vcspec->mode & SMBM_MASK) !=
415 vcp->vc_mode = vcspec->rights & SMBM_MASK;
634 return (dp->mode & SMBM_MASK) == ssp->ss_mode ? 0 : 1;
781 ssp->ss_mode = shspec->rights & SMBM_MASK;
H A Dsmb_conn.h61 #define SMBM_MASK 0777 macro

Completed in 101 milliseconds