Home
last modified time | relevance | path

Searched refs:rq_flags (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/net/sunrpc/
Dsvc_xprt.c353 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_xprt_do_enqueue()
364 if (test_and_set_bit(RQ_BUSY, &rqstp->rq_flags)) { in svc_xprt_do_enqueue()
518 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_wake_up()
698 clear_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()
709 set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()
831 set_bit(RQ_SECURE, &rqstp->rq_flags); in svc_recv()
833 clear_bit(RQ_SECURE, &rqstp->rq_flags); in svc_recv()
1114 if (rqstp->rq_arg.page_len || !test_bit(RQ_USEDEFERRAL, &rqstp->rq_flags)) in svc_defer()
1143 set_bit(RQ_DROPME, &rqstp->rq_flags); in svc_defer()
Dsvc.c594 __set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_rqst_alloc()
679 set_bit(RQ_VICTIM, &rqstp->rq_flags); in choose_victim()
784 if (!test_and_set_bit(RQ_VICTIM, &rqstp->rq_flags)) in svc_exit_thread()
1088 set_bit(RQ_SPLICE_OK, &rqstp->rq_flags); in svc_process_common()
1090 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in svc_process_common()
1091 clear_bit(RQ_DROPME, &rqstp->rq_flags); in svc_process_common()
1191 if (test_bit(RQ_DROPME, &rqstp->rq_flags)) { in svc_process_common()
Dsvcsock.c1174 set_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
1176 clear_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
/linux-4.4.14/fs/nfsd/
Dnfscache.c469 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup()
558 rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_cache_update()
Dvfs.c867 if (file->f_op->splice_read && test_bit(RQ_SPLICE_OK, &rqstp->rq_flags)) in nfsd_vfs_read()
926 if (test_bit(RQ_LOCAL, &rqstp->rq_flags)) in nfsd_vfs_write()
969 if (test_bit(RQ_LOCAL, &rqstp->rq_flags)) in nfsd_vfs_write()
Dnfssvc.c705 if (nfserr == nfserr_dropit || test_bit(RQ_DROPME, &rqstp->rq_flags)) { in nfsd_dispatch()
Dnfsfh.c89 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && !(flags & NFSEXP_INSECURE_PORT)) { in nfsd_setuser_and_check_port()
Dnfs4proc.c774 clear_bit(RQ_SPLICE_OK, &rqstp->rq_flags); in nfsd4_read()
1622 clear_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
1734 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
Dnfs4xdr.c1889 clear_bit(RQ_SPLICE_OK, &argp->rqstp->rq_flags); in nfsd4_decode_compound()
3476 WARN_ON_ONCE(test_bit(RQ_SPLICE_OK, &resp->rqstp->rq_flags)); in nfsd4_encode_read()
3481 test_bit(RQ_SPLICE_OK, &resp->rqstp->rq_flags)) { in nfsd4_encode_read()
3497 test_bit(RQ_SPLICE_OK, &resp->rqstp->rq_flags)) in nfsd4_encode_read()
/linux-4.4.14/include/trace/events/
Dsunrpc.h468 __entry->flags = rqst->rq_flags;
494 __entry->flags = rqst->rq_flags;
/linux-4.4.14/include/linux/sunrpc/
Dsvc.h271 unsigned long rq_flags; /* flags field */ member
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c891 clear_bit(RQ_SPLICE_OK, &rqstp->rq_flags); in unwrap_priv_data()