Home
last modified time | relevance | path

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

/fs/quota/
Dquota_tree.c28 unsigned int epb = info->dqi_usable_bs >> 2; in __get_index() local
32 id /= epb; in __get_index()
33 return id % epb; in __get_index()
738 unsigned int epb = info->dqi_usable_bs >> 2; in find_next_id() local
746 level_inc *= epb; in find_next_id()
754 for (i = __get_index(info, *id, depth); i < epb; i++) { in find_next_id()
767 if (i == epb) { in find_next_id()
/fs/ocfs2/
Dquota_local.c58 int epb = ol_quota_entries_per_block(sb); in ol_dqblk_block() local
60 return ol_quota_chunk_block(sb, c) + 1 + off / epb; in ol_dqblk_block()
65 int epb = ol_quota_entries_per_block(sb); in ol_dqblk_block_off() local
67 return (off % epb) * sizeof(struct ocfs2_local_disk_dqblk); in ol_dqblk_block_off()
85 int epb = ol_quota_entries_per_block(sb); in ol_dqblk_chunk_off() local
88 ol_quota_chunk_block(sb, c) - 1) * epb in ol_dqblk_chunk_off()
1101 int epb = ol_quota_entries_per_block(sb); in ocfs2_extend_local_quota_file() local
1197 *offset = chunk_blocks * epb; in ocfs2_extend_local_quota_file()
/fs/nilfs2/
Dalloc.c734 const unsigned int epb = NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_freev() local
763 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()
782 group_offset < entry_start + epb) { in nilfs_palloc_freev()
789 end = entry_start + epb; in nilfs_palloc_freev()
801 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()
/fs/ext4/
Dindirect.c574 unsigned epb = inode->i_sb->s_blocksize / sizeof(u32); in ext4_ind_map_blocks() local
585 count = count * epb + (epb - offsets[i] - 1); in ext4_ind_map_blocks()