Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sunrpc/
Dsvc.h281 #define RQ_LOCAL (1) /* local request */ macro
/linux-6.1.9/net/sunrpc/
Dsvcsock.c1011 set_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
1013 clear_bit(RQ_LOCAL, &rqstp->rq_flags); in svc_tcp_recvfrom()
/linux-6.1.9/fs/nfsd/
Dvfs.c1014 if (test_bit(RQ_LOCAL, &rqstp->rq_flags) && in nfsd_vfs_write()