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) macro102 union afs_xdr_dir_block blocks[AFS_DIR_BLOCKS_PER_PAGE];
233 index = b / AFS_DIR_BLOCKS_PER_PAGE; in afs_edit_dir_add()254 block = &dir_page->blocks[b % AFS_DIR_BLOCKS_PER_PAGE]; in afs_edit_dir_add()404 index = b / AFS_DIR_BLOCKS_PER_PAGE; in afs_edit_dir_remove()419 block = &dir_page->blocks[b % AFS_DIR_BLOCKS_PER_PAGE]; in afs_edit_dir_remove()