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...] |