Searched refs:AFS_DIR_BLOCKS_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
44 #define AFS_DIR_BLOCKS_PER_PAGE (PAGE_SIZE / AFS_DIR_BLOCK_SIZE) macro100 union afs_xdr_dir_block blocks[AFS_DIR_BLOCKS_PER_PAGE];
238 index = b / AFS_DIR_BLOCKS_PER_PAGE; in afs_edit_dir_add()261 block = &dir_page->blocks[b % AFS_DIR_BLOCKS_PER_PAGE]; in afs_edit_dir_add()412 index = b / AFS_DIR_BLOCKS_PER_PAGE; in afs_edit_dir_remove()427 block = &dir_page->blocks[b % AFS_DIR_BLOCKS_PER_PAGE]; in afs_edit_dir_remove()