Searched refs:SMB_DONTWAIT (Results 1 – 3 of 3) sorted by relevance
44 #define SMB_DONTWAIT 0 macro
221 (flags & O_NONBLOCK) ? SMB_DONTWAIT : (SMB_WAIT | SMB_INTR)))) in smbioctl()
165 * this driver only works with SMB_DONTWAIT.179 if (*how != SMB_DONTWAIT) { in imcsmb_callback()