Searched refs:NSMBFL_OPEN (Results 1 – 2 of 2) sorted by relevance
128 if (sdp && (sdp->sd_flags & NSMBFL_OPEN)) in nsmb_dev_open()149 sdp->sd_flags |= NSMBFL_OPEN; in nsmb_dev_open()165 if ((sdp->sd_flags & NSMBFL_OPEN) == 0) { in nsmb_dev_close()198 if ((sdp->sd_flags & NSMBFL_OPEN) == 0) in nsmb_dev_ioctl()
44 #define NSMBFL_OPEN 0x0001 macro