Home
last modified time | relevance | path

Searched refs:sect_size (Results 1 – 3 of 3) sorted by relevance

/fs/isofs/
Dinode.c1054 unsigned offset, sect_size; in isofs_get_blocks() local
1070 sect_size = ei->i_section_size >> ISOFS_BUFFER_BITS(inode); in isofs_get_blocks()
1094 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()
1097 offset += sect_size; in isofs_get_blocks()
1104 sect_size = ISOFS_I(ninode)->i_section_size >> ISOFS_BUFFER_BITS(ninode); in isofs_get_blocks()
1114 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()
/fs/exfat/
Dnls.c655 unsigned int sect_size = sb->s_blocksize; in exfat_load_upcase_table() local
680 for (i = 0; i < sect_size && index <= 0xFFFF; i += 2) { in exfat_load_upcase_table()
/fs/ocfs2/
Dsuper.c122 int sect_size);
1760 int sect_size) in ocfs2_get_sector() argument
1762 if (!sb_set_blocksize(sb, sect_size)) { in ocfs2_get_sector()