Searched refs:SMB_FLAGS_OPLOCK_NOTIFY_ANY (Results 1 – 3 of 3) sorted by relevance
194 if (sr->smb_flg & SMB_FLAGS_OPLOCK_NOTIFY_ANY) in smb_common_create()207 ~(SMB_FLAGS_OPLOCK | SMB_FLAGS_OPLOCK_NOTIFY_ANY); in smb_common_create()
260 if (sr->smb_flg & SMB_FLAGS_OPLOCK_NOTIFY_ANY) in smb_com_open()286 ~(SMB_FLAGS_OPLOCK | SMB_FLAGS_OPLOCK_NOTIFY_ANY); in smb_com_open()505 if (sr->smb_flg & SMB_FLAGS_OPLOCK_NOTIFY_ANY) in smb_com_trans2_open2()
372 #define SMB_FLAGS_OPLOCK_NOTIFY_ANY 0x40 macro