Home
last modified time | relevance | path

Searched refs:SMB2_LOCKFLAG_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/common/
H A Dsmb2pdu.h831 #define SMB2_LOCKFLAG_MASK 0x0007 macro
/linux/fs/smb/server/
H A Dsmb2pdu.c7365 if (!(smb_lock->flags & SMB2_LOCKFLAG_MASK)) { in smb2_lock()