Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c354 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_xprt_do_enqueue()
365 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.c616 __set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_prepare_thread()
688 set_bit(RQ_VICTIM, &rqstp->rq_flags); in choose_victim()
787 if (!test_and_set_bit(RQ_VICTIM, &rqstp->rq_flags)) in svc_exit_thread()
1091 set_bit(RQ_SPLICE_OK, &rqstp->rq_flags); in svc_process_common()
1093 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in svc_process_common()
1094 clear_bit(RQ_DROPME, &rqstp->rq_flags); in svc_process_common()
1194 if (test_bit(RQ_DROPME, &rqstp->rq_flags)) { in svc_process_common()
Dsvcsock.c1149 set_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
1151 clear_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
/linux-4.1.27/fs/nfsd/
Dnfscache.c497 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup()
586 rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_cache_update()
Dnfssvc.c696 if (nfserr == nfserr_dropit || test_bit(RQ_DROPME, &rqstp->rq_flags)) { in nfsd_dispatch()
Dvfs.c905 if (file->f_op->splice_read && test_bit(RQ_SPLICE_OK, &rqstp->rq_flags)) in nfsd_vfs_read()
964 if (test_bit(RQ_LOCAL, &rqstp->rq_flags)) in nfsd_vfs_write()
1007 if (test_bit(RQ_LOCAL, &rqstp->rq_flags)) in nfsd_vfs_write()
Dnfsfh.c89 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && !(flags & NFSEXP_INSECURE_PORT)) { in nfsd_setuser_and_check_port()
Dnfs4proc.c778 clear_bit(RQ_SPLICE_OK, &rqstp->rq_flags); in nfsd4_read()
1633 clear_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
1749 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
Dnfs4xdr.c1888 clear_bit(RQ_SPLICE_OK, &argp->rqstp->rq_flags); in nfsd4_decode_compound()
3457 WARN_ON_ONCE(test_bit(RQ_SPLICE_OK, &resp->rqstp->rq_flags)); in nfsd4_encode_read()
3460 if (resp->xdr.buf->page_len && test_bit(RQ_SPLICE_OK, &resp->rqstp->rq_flags)) { in nfsd4_encode_read()
3480 if (file->f_op->splice_read && test_bit(RQ_SPLICE_OK, &resp->rqstp->rq_flags)) in nfsd4_encode_read()
/linux-4.1.27/include/trace/events/
Dsunrpc.h468 __entry->flags = rqst->rq_flags;
494 __entry->flags = rqst->rq_flags;
/linux-4.1.27/include/linux/sunrpc/
Dsvc.h266 unsigned long rq_flags; /* flags field */ member
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c891 clear_bit(RQ_SPLICE_OK, &rqstp->rq_flags); in unwrap_priv_data()