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

  /src/sys/nfs/
nfs_vnops.c 2380 int error = 0, more_dirs = 1, blksiz = 0, bigenough = 1; local in function:nfs_readdirrpc
2401 while (more_dirs && bigenough) {
2409 bigenough = 0;
2459 while (more_dirs && bigenough) {
2490 bigenough = 0;
2491 if (bigenough) {
2519 if (bigenough) {
2579 if (bigenough) {
2608 int error = 0, more_dirs = 1, blksiz = 0, doit, bigenough = 1, i; local in function:nfs_readdirplusrpc
2624 while (more_dirs && bigenough) {
    [all...]
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 2707 int error = 0, tlen, more_dirs = 1, blksiz = 0, bigenough = 1; local in function:nfsrpc_readdir
2876 while (more_dirs && bigenough) {
2933 while (more_dirs && bigenough) {
2967 bigenough = 0;
2968 if (bigenough) {
3015 if (bigenough) {
3082 * If not bigenough, return not end of file, since you aren't
3089 else if (!bigenough)
3142 int error = 0, tlen, more_dirs = 1, blksiz = 0, bigenough = 1; local in function:nfsrpc_readdirplus
3302 while (more_dirs && bigenough) {
    [all...]

Completed in 17 milliseconds