Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dsvc.h265 #define RQ_LOCAL (1) /* local request */ macro
/Linux-v5.4/net/sunrpc/
Dsvcsock.c1096 set_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
1098 clear_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
/Linux-v5.4/fs/nfsd/
Dvfs.c950 if (test_bit(RQ_LOCAL, &rqstp->rq_flags)) in nfsd_vfs_write()
990 if (test_bit(RQ_LOCAL, &rqstp->rq_flags)) in nfsd_vfs_write()
/Linux-v5.4/include/trace/events/
Dsunrpc.h838 { (1UL << RQ_LOCAL), "RQ_LOCAL"}, \