Searched refs:CIFS_CP_CREATE_CLOSE_OP (Results 1 – 4 of 4) sorted by relevance
846 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
365 flags |= CIFS_CP_CREATE_CLOSE_OP; in smb2_compound_op()
1100 int flags = CIFS_CP_CREATE_CLOSE_OP; in smb2_set_ea()1474 int flags = CIFS_CP_CREATE_CLOSE_OP; in smb2_ioctl_query_info()2529 int flags = CIFS_CP_CREATE_CLOSE_OP; in smb2_query_info_compound()2986 int flags = CIFS_CP_CREATE_CLOSE_OP; in smb2_query_reparse_point()
1834 #define CIFS_CP_CREATE_CLOSE_OP 0x0400 /* compound create+close request */ macro