Home
last modified time | relevance | path

Searched refs:next_block (Results 1 – 5 of 5) sorted by relevance

/fs/squashfs/
Ddir.c53 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument
91 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
Dnamei.c76 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument
117 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name()
/fs/jfs/
Djfs_metapage.c367 sector_t next_block = 0; in metapage_writepage() local
400 if (xlen && lblock == next_block) { in metapage_writepage()
446 next_block = lblock + len; in metapage_writepage()
/fs/
Ddirect-io.c879 goto next_block; in do_direct_IO()
916 next_block: in do_direct_IO()
/fs/ubifs/
Dtnc.c1548 unsigned int next_block; in ubifs_tnc_get_bu_keys() local
1585 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys()
1586 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys()
1589 block = next_block; in ubifs_tnc_get_bu_keys()