Searched refs:blksiz (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_vnops.c654 int error = 0, lockerror, status, more_entries = 1, blksiz = 0, bigenough = 1; local
732 blksiz += dp->d_reclen;
733 if (blksiz == DIRBLKSIZ)
734 blksiz = 0;
752 blksiz += dp->d_reclen;
753 if (blksiz == DIRBLKSIZ)
754 blksiz = 0;
841 left = DIRBLKSIZ - blksiz;
848 blksiz = 0;
860 blksiz
[all...]
H A Dnfs_vnops.c4060 int error = 0, lockerror, status, tlen, more_dirs = 1, blksiz = 0, bigenough = 1, eof; local
4164 left = DIRBLKSIZ - blksiz;
4171 blksiz = 0;
4182 blksiz += dp->d_reclen;
4183 if (blksiz == DIRBLKSIZ)
4184 blksiz = 0;
4243 if (blksiz > 0) {
4244 left = DIRBLKSIZ - blksiz;
4294 int error = 0, lockerror, status, more_dirs = 1, blksiz = 0, doit, bigenough = 1; local
4397 left = DIRBLKSIZ - blksiz;
[all...]

Completed in 84 milliseconds