Searched full:dircount (Results 1 – 5 of 5) sorted by relevance
24 #define DIRCOUNT 7 macro40 if (block < DIRCOUNT) { in block_to_path()42 } else if ((block -= DIRCOUNT) < INDIRCOUNT(sb)) { in block_to_path()43 offsets[n++] = DIRCOUNT; in block_to_path()46 offsets[n++] = DIRCOUNT + 1; in block_to_path()51 offsets[n++] = DIRCOUNT + 2; in block_to_path()
699 u32 dircount; in nfs3svc_decode_readdirplusargs() local708 /* dircount is ignored */ in nfs3svc_decode_readdirplusargs()709 if (xdr_stream_decode_u32(xdr, &dircount) < 0) in nfs3svc_decode_readdirplusargs()
636 * For now, we choose to ignore the dircount parameter.
5373 /* RFC 3530 14.2.24 allows us to ignore dircount when it's 0 */ in nfsd4_encode_dirlist4()
1613 uint32_t dircount = readdir->count; in encode_readdir() local1650 *p++ = cpu_to_be32(dircount); in encode_readdir()