Home
last modified time | relevance | path

Searched refs:long_op (Results 1 – 4 of 4) sorted by relevance

/fs/cifs/
Dtransport.c299 static int wait_for_free_request(struct cifsSesInfo *ses, const int long_op) in wait_for_free_request() argument
301 if (long_op == CIFS_ASYNC_OP) { in wait_for_free_request()
332 if (long_op != CIFS_BLOCKING_OP) in wait_for_free_request()
443 int long_op; in SendReceive2() local
449 long_op = flags & CIFS_TIMEOUT_MASK; in SendReceive2()
468 rc = wait_for_free_request(ses, long_op); in SendReceive2()
512 if (long_op == CIFS_STD_OP) in SendReceive2()
514 else if (long_op == CIFS_VLONG_OP) /* e.g. slow writes past EOF */ in SendReceive2()
516 else if (long_op == CIFS_LONG_OP) in SendReceive2()
519 else if (long_op == CIFS_ASYNC_OP) in SendReceive2()
[all …]
Dfile.c829 int xid, long_op; in cifs_user_write() local
851 long_op = CIFS_VLONG_OP; /* writes past EOF take long time */ in cifs_user_write()
853 long_op = CIFS_LONG_OP; in cifs_user_write()
889 NULL, write_data + total_written, long_op); in cifs_user_write()
900 long_op = CIFS_STD_OP; /* subsequent writes fast - in cifs_user_write()
933 int xid, long_op; in cifs_write() local
950 long_op = CIFS_VLONG_OP; /* writes past EOF can be slow */ in cifs_write()
952 long_op = CIFS_LONG_OP; in cifs_write()
999 iov, 1, long_op); in cifs_write()
1007 NULL, long_op); in cifs_write()
[all …]
Dcifsproto.h51 int * /* bytes returned */ , const int long_op);
292 const int long_op);
296 struct kvec *iov, const int nvec, const int long_op);
Dcifssmb.c1511 const char __user *ubuf, const int long_op) in CIFSSMBWrite() argument
1598 (struct smb_hdr *) pSMBr, &bytes_returned, long_op); in CIFSSMBWrite()
1621 int n_vec, const int long_op) in CIFSSMBWrite2() argument
1681 long_op); in CIFSSMBWrite2()