Home
last modified time | relevance | path

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

/fs/isofs/
Dinode.c1000 unsigned offset, sect_size; in isofs_get_blocks() local
1016 sect_size = ei->i_section_size >> ISOFS_BUFFER_BITS(inode); in isofs_get_blocks()
1040 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()
1043 offset += sect_size; in isofs_get_blocks()
1050 sect_size = ISOFS_I(ninode)->i_section_size >> ISOFS_BUFFER_BITS(ninode); in isofs_get_blocks()
1060 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()
/fs/ocfs2/
Dsuper.c139 int sect_size);
1825 int sect_size) in ocfs2_get_sector() argument
1827 if (!sb_set_blocksize(sb, sect_size)) { in ocfs2_get_sector()