Home
last modified time | relevance | path

Searched refs:CIFS_OP_MASK (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dtransport.c537 optype = flags & CIFS_OP_MASK; in wait_for_free_credits()
654 credits = server->ops->get_credits_field(server, flags & CIFS_OP_MASK); in wait_for_compound_request()
787 optype = flags & CIFS_OP_MASK; in cifs_call_async()
1044 optype = flags & CIFS_OP_MASK; in compound_send_recv()
H A Dcifsglob.h1795 #define CIFS_OP_MASK 0x0780 /* mask request type */ macro
H A Dsmb2ops.c73 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
86 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dtransport.c501 optype = flags & CIFS_OP_MASK; in wait_for_free_credits()
654 credits = server->ops->get_credits_field(server, flags & CIFS_OP_MASK); in wait_for_compound_request()
794 optype = flags & CIFS_OP_MASK; in cifs_call_async()
1080 optype = flags & CIFS_OP_MASK; in compound_send_recv()
H A Dsmb2ops.c81 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
99 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) && in smb2_add_credits()
100 ((optype & CIFS_OP_MASK) != CIFS_SESS_OP)) in smb2_add_credits()
113 ((optype & CIFS_OP_MASK) == CIFS_OBREAK_OP)) in smb2_add_credits()
H A Dcifsglob.h1875 #define CIFS_OP_MASK 0x2780 /* mask request type */ macro

Completed in 50 milliseconds