Home
last modified time | relevance | path

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

/fs/ext4/
A Dreadpage.c220 sector_t next_block; in ext4_mpage_readpages() local
254 block_in_file = next_block = in ext4_mpage_readpages()
349 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages()
361 fscrypt_set_bio_crypt_ctx(bio, inode, next_block, in ext4_mpage_readpages()
/fs/squashfs/
A Ddir.c39 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument
84 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
A Dnamei.c64 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument
102 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name()
/fs/jfs/
A Djfs_metapage.c437 sector_t next_block = 0; in metapage_write_folio() local
471 if (xlen && lblock == next_block) { in metapage_write_folio()
515 next_block = lblock + len; in metapage_write_folio()
/fs/
A Ddirect-io.c1003 goto next_block; in do_direct_IO()
1045 next_block: in do_direct_IO()
/fs/ocfs2/
A Ddir.c3986 u64 next_block; in ocfs2_search_dx_free_list() local
3991 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list()
3993 while (next_block) { in ocfs2_search_dx_free_list()
3998 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list()
4013 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list()
4016 if (!next_block) in ocfs2_search_dx_free_list()
/fs/ubifs/
A Dtnc.c1585 unsigned int next_block; in ubifs_tnc_get_bu_keys() local
1622 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys()
1623 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys()
1626 block = next_block; in ubifs_tnc_get_bu_keys()
/fs/bcachefs/
A Djournal_io.c1127 goto next_block; in journal_read_bucket()
1188 next_block: in journal_read_bucket()
/fs/f2fs/
A Ddata.c1598 next_block: in f2fs_map_blocks()
1730 goto next_block; in f2fs_map_blocks()

Completed in 678 milliseconds