Home
last modified time | relevance | path

Searched refs:CIFS_OBREAK_OP (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dcifsglob.h1888 #define CIFS_OBREAK_OP 0x0100 /* oplock break request */
1894 #define CIFS_OBREAK_OP global() macro
H A Dsmb2pdu.c5943 int flags = CIFS_OBREAK_OP; in build_qfs_info_req()
5952 flags = CIFS_OBREAK_OP; in build_qfs_info_req()
6344 int flags = CIFS_OBREAK_OP;
H A Dsmb2ops.c129 ((optype & CIFS_OP_MASK) == CIFS_OBREAK_OP)) in smb2_add_credits()
221 case CIFS_OBREAK_OP: in smb2_get_credits_field()
H A Dcifssmb.c2219 flags = CIFS_NO_SRV_RSP | CIFS_NON_BLOCKING | CIFS_OBREAK_OP; in CIFSSMBPosixLock()