Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dsvc.h265 #define RQ_LOCAL (1) /* local request */ macro
/Linux-v4.19/net/sunrpc/
Dsvcsock.c1132 set_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
1134 clear_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
/Linux-v4.19/fs/nfsd/
Dvfs.c984 if (test_bit(RQ_LOCAL, &rqstp->rq_flags)) in nfsd_vfs_write()
1020 if (test_bit(RQ_LOCAL, &rqstp->rq_flags)) in nfsd_vfs_write()
/Linux-v4.19/include/trace/events/
Dsunrpc.h544 { (1UL << RQ_LOCAL), "RQ_LOCAL"}, \