Home
last modified time | relevance | path

Searched full:dircount (Results 1 – 5 of 5) sorted by relevance

/linux/fs/minix/
H A Ditree_v2.c24 #define DIRCOUNT 7 macro
40 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()
/linux/fs/nfsd/
H A Dnfs3xdr.c699 u32 dircount; in nfs3svc_decode_readdirplusargs() local
708 /* dircount is ignored */ in nfs3svc_decode_readdirplusargs()
709 if (xdr_stream_decode_u32(xdr, &dircount) < 0) in nfs3svc_decode_readdirplusargs()
H A Dnfs3proc.c636 * For now, we choose to ignore the dircount parameter.
H A Dnfs4xdr.c5373 /* RFC 3530 14.2.24 allows us to ignore dircount when it's 0 */ in nfsd4_encode_dirlist4()
/linux/fs/nfs/
H A Dnfs4xdr.c1613 uint32_t dircount = readdir->count; in encode_readdir() local
1650 *p++ = cpu_to_be32(dircount); in encode_readdir()