Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dtransport.c603 optype = flags & CIFS_OP_MASK; in cifs_call_async()
793 optype = flags & CIFS_OP_MASK; in compound_send_recv()
Dcifsglob.h1576 #define CIFS_OP_MASK 0x0380 /* mask request type */ macro
Dsmb2ops.c83 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()