Lines Matching refs:afs_xdr_dirent
198 BUILD_BUG_ON(sizeof(union afs_xdr_dirent) != 32);
351 union afs_xdr_dirent *dire;
358 curr = (ctx->pos - blkoff) / sizeof(union afs_xdr_dirent);
374 next * sizeof(union afs_xdr_dirent);
382 offset * sizeof(union afs_xdr_dirent));
390 for (tmp = nlen; tmp > 15; tmp -= sizeof(union afs_xdr_dirent)) {
417 ctx->pos = blkoff + next * sizeof(union afs_xdr_dirent);
439 ctx->pos = blkoff + next * sizeof(union afs_xdr_dirent);
473 ctx->pos += sizeof(union afs_xdr_dirent) - 1;
474 ctx->pos &= ~(sizeof(union afs_xdr_dirent) - 1);
548 BUILD_BUG_ON(sizeof(union afs_xdr_dirent) != 32);
618 BUILD_BUG_ON(sizeof(union afs_xdr_dirent) != 32);