Home
last modified time | relevance | path

Searched refs:CIFS_OP_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dtransport.c439 optype = flags & CIFS_OP_MASK; in wait_for_free_credits()
591 credits = server->ops->get_credits_field(server, flags & CIFS_OP_MASK); in wait_for_compound_request()
674 optype = flags & CIFS_OP_MASK; in cifs_call_async()
877 optype = flags & CIFS_OP_MASK; in compound_send_recv()
H A Dsmb2ops.c83 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
123 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) && in smb2_add_credits()
124 ((optype & CIFS_OP_MASK) != CIFS_SESS_OP)) in smb2_add_credits()
127 ((optype & CIFS_OP_MASK) == CIFS_SESS_OP) && *val > 2) in smb2_add_credits()
140 ((optype & CIFS_OP_MASK) == CIFS_OBREAK_OP)) in smb2_add_credits()
H A Dcifsglob.h1924 #define CIFS_OP_MASK 0x2780 /* mask request type */ macro