Searched refs:AFS_DIR_BLOCKS_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
40 #define AFS_DIR_BLOCKS_PER_PAGE (PAGE_SIZE / AFS_DIR_BLOCK_SIZE) macro96 union afs_xdr_dir_block blocks[AFS_DIR_BLOCKS_PER_PAGE];
234 index = b / AFS_DIR_BLOCKS_PER_PAGE; in afs_edit_dir_add()255 block = &dir_page->blocks[b % AFS_DIR_BLOCKS_PER_PAGE]; in afs_edit_dir_add()406 index = b / AFS_DIR_BLOCKS_PER_PAGE; in afs_edit_dir_remove()421 block = &dir_page->blocks[b % AFS_DIR_BLOCKS_PER_PAGE]; in afs_edit_dir_remove()