Searched refs:nops (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dcallback.h30 unsigned nops; member in struct:cb_compound_hdr_arg
37 __be32 *nops; member in struct:cb_compound_hdr_res
H A Dcallback_xdr.c158 hdr->nops = ntohl(*p);
312 hdr->nops = xdr_reserve_space(xdr, 4);
313 if (unlikely(hdr->nops == NULL))
409 unsigned int nops = 1; local
421 hdr_res.nops = NULL;
428 if (nops == hdr_arg.nops)
430 nops++;
433 *hdr_res.nops = htonl(nops);
[all...]
H A Dnfs4xdr.c445 uint32_t nops; member in struct:compound_hdr
494 WRITE32(hdr->nops);
1304 .nops = 2,
1322 .nops = 4,
1346 .nops = 3,
1367 .nops = 3,
1389 .nops = 7,
1419 .nops = 7,
1449 .nops = 7,
1487 .nops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest045.tcl23 proc test045 { method {nops 10000} args } {
43 puts "Test045: Random tester on $method for $nops operations"
46 set adds [expr $nops * 10]
49 set delete $nops
111 $test_path/dbscript.tcl $method $f $nops $cursors $delete $adds \
116 $nops $cursors $delete $adds $keyavg \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c80 struct export_operations *nops = sb->s_export_op; local
189 ppd = CALL(nops,get_parent)(pd);
200 err = CALL(nops,get_name)(ppd, nbuf, pd);
251 err = CALL(nops,get_name)(target_dir, nbuf, result);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4callback.c144 u32 nops; member in struct:nfs4_cb_compound_hdr
215 WRITE32(hdr->nops);
250 .nops = 1,
269 READ32(hdr->nops);

Completed in 116 milliseconds