Searched refs:sect_size (Results 1 – 3 of 3) sorted by relevance
1020 unsigned offset, sect_size; in isofs_get_blocks() local1036 sect_size = ei->i_section_size >> ISOFS_BUFFER_BITS(inode); in isofs_get_blocks()1060 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()1063 offset += sect_size; in isofs_get_blocks()1070 sect_size = ISOFS_I(ninode)->i_section_size >> ISOFS_BUFFER_BITS(ninode); in isofs_get_blocks()1080 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()
655 unsigned int sect_size = sb->s_blocksize; in exfat_load_upcase_table() local678 for (i = 0; i < sect_size && index <= 0xFFFF; i += 2) { in exfat_load_upcase_table()
116 int sect_size);1697 int sect_size) in ocfs2_get_sector() argument1699 if (!sb_set_blocksize(sb, sect_size)) { in ocfs2_get_sector()
Completed in 13 milliseconds