Searched defs:writeargs (Results 1 – 16 of 16) sorted by relevance
256 struct writeargs { struct257 fhandle_t wra_fhandle;258 u_int wra_beginoffset;259 u_int wra_offset;260 u_int wra_totalcount;261 struct {264 } wra_u;
316 struct writeargs { struct317 nfs_fh wra_fhandle;318 u_int wra_beginoffset;319 u_int wra_offset;320 u_int wra_totalcount;321 struct {324 } wra_u;
314 struct writeargs { struct315 nfs_fh wra_fhandle;316 u_int wra_beginoffset;317 u_int wra_offset;318 u_int wra_totalcount;319 struct {322 } wra_u;
326 struct writeargs { struct327 nfs_fh wra_fhandle;328 u_int wra_beginoffset;329 u_int wra_offset;330 u_int wra_totalcount;331 struct {334 } wra_u;
311 struct writeargs { struct312 nfs_fh wra_fhandle;313 u_int wra_beginoffset;314 u_int wra_offset;315 u_int wra_totalcount;316 struct {319 } wra_u;
326 struct writeargs { struct327 fhandle_t wra_fhandle;328 u_int wra_beginoffset;329 u_int wra_offset;330 u_int wra_totalcount;331 struct {334 } wra_u;
328 struct writeargs { struct329 fhandle_t wra_fhandle;330 u_int wra_beginoffset;331 u_int wra_offset;332 u_int wra_totalcount;333 struct {336 } wra_u;
331 struct writeargs { struct332 nfs_fh wra_fhandle;333 u_int wra_beginoffset;334 u_int wra_offset;335 u_int wra_totalcount;336 struct {339 } wra_u;
361 struct writeargs { struct362 nfsv2fh_t wra_fhandle;363 u_int wra_beginoffset;364 u_int wra_offset;365 u_int wra_totalcount;366 struct {369 } wra_u;
380 struct writeargs { struct381 nfs_fh wra_fhandle;382 u_int wra_beginoffset;383 u_int wra_offset;384 u_int wra_totalcount;385 struct {388 } wra_u;
406 struct writeargs { struct407 nfs_fh wra_fhandle;408 u_int wra_beginoffset;409 u_int wra_offset;410 u_int wra_totalcount;411 struct {414 } wra_u;
345 struct writeargs { struct346 nfs_fh wra_fhandle;347 u_int wra_beginoffset;348 u_int wra_offset;349 u_int wra_totalcount;350 struct {353 } wra_u;
432 struct writeargs { struct433 nfs_fh wra_fhandle;434 u_int wra_beginoffset;435 u_int wra_offset;436 u_int wra_totalcount;437 struct {440 } wra_u;
525 struct writeargs { struct526 nfs_fh wra_fhandle;527 u_int wra_beginoffset;528 u_int wra_offset;529 u_int wra_totalcount;530 struct {533 } wra_u;
223 struct writeargs { struct224 nfs_fh file; /* handle for file */225 unsigned beginoffset; /* beginning byte offset in file */226 unsigned offset; /* current byte offset in file */227 unsigned totalcount; /* total write count (to this offset)*/