Home
last modified time | relevance | path

Searched refs:pagehdr (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/afs/
Ddir.c104 struct afs_dir_pagehdr pagehdr; member
107 struct afs_dir_pagehdr pagehdr; member
143 if (page->index == 0 && qty != ntohs(dbuf->blocks[0].pagehdr.npages)) { in afs_dir_check_page()
146 ntohs(dbuf->blocks[0].pagehdr.npages)); in afs_dir_check_page()
162 if (dbuf->blocks[tmp].pagehdr.magic != AFS_DIR_MAGIC) { in afs_dir_check_page()
165 ntohs(dbuf->blocks[tmp].pagehdr.magic)); in afs_dir_check_page()
245 for (offset = AFS_DIRENT_PER_BLOCK - block->pagehdr.nentries; in afs_dir_iterate_block()
252 if (!(block->pagehdr.bitmap[offset / 8] & in afs_dir_iterate_block()
283 if (!(block->pagehdr.bitmap[next / 8] & in afs_dir_iterate_block()