HomeSort by: relevance | last modified time | path
    Searched defs:obcount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clbio.c 854 int bcount, noncontig_write, obcount; local in function:ncl_write
1014 obcount = np->n_size - (lbn * biosize);
1015 bp = nfs_getcacheblk(vp, lbn, obcount, td);
1030 if (noncontig_write != 0 && on > obcount)
1031 vfs_bio_bzero_buf(bp, obcount, on -
1032 obcount);
nfs_clbio.c 854 int bcount, noncontig_write, obcount; local in function:ncl_write
1014 obcount = np->n_size - (lbn * biosize);
1015 bp = nfs_getcacheblk(vp, lbn, obcount, td);
1030 if (noncontig_write != 0 && on > obcount)
1031 vfs_bio_bzero_buf(bp, obcount, on -
1032 obcount);

Completed in 23 milliseconds