Home
last modified time | relevance | path

Searched refs:rq_opcnt (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nfsd/
H A Dnfsctl.c1472 for (i = 0; i < genl_rqstp->rq_opcnt; i++) in nfsd_genl_rpc_status_compose_msg()
1536 genl_rqstp.rq_opcnt = 0; in nfsd_nl_rpc_status_get_dumpit()
1550 genl_rqstp.rq_opcnt = min_t(u32, args->opcnt, in nfsd_nl_rpc_status_get_dumpit()
1552 for (j = 0; j < genl_rqstp.rq_opcnt; j++) in nfsd_nl_rpc_status_get_dumpit()
H A Dnfsd.h74 u32 rq_opcnt; member