Home
last modified time | relevance | path

Searched refs:CIFS_OP_MASK (Results 1 – 2 of 2) 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 Dcifsglob.h1930 #define CIFS_OP_MASK 0x2780 /* mask request type */ macro