Lines Matching defs:offset
44 static void afs_dir_invalidatepage(struct page *page, unsigned int offset,
176 req->pos, req->index, req->nr_pages, req->offset);
352 unsigned offset, next, curr;
361 for (offset = (blkoff == 0 ? AFS_DIR_RESV_BLOCKS0 : AFS_DIR_RESV_BLOCKS);
362 offset < AFS_DIR_SLOTS_PER_BLOCK;
363 offset = next
365 next = offset + 1;
368 if (!(block->hdr.bitmap[offset / 8] &
369 (1 << (offset % 8)))) {
371 blkoff / sizeof(union afs_xdr_dir_block), offset);
372 if (offset >= curr)
379 dire = &block->dirents[offset];
382 offset * sizeof(union afs_xdr_dirent));
385 blkoff / sizeof(union afs_xdr_dir_block), offset,
386 (offset < curr ? "skip" : "fill"),
396 offset, next, tmp, nlen);
404 offset, next, tmp, nlen);
415 if (offset < curr) {
1978 * - release a page and clean up its private data if offset is 0 (indicating
1981 static void afs_dir_invalidatepage(struct page *page, unsigned int offset,
1986 _enter("{%lu},%u,%u", page->index, offset, length);
1995 if (offset == 0 && length == PAGE_SIZE)