Home
last modified time | relevance | path

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

/fs/btrfs/
Dcheck-integrity.c230 struct btrfsic_block *next_block; member
355 struct btrfsic_block *next_block,
709 struct btrfsic_block *next_block; in btrfsic_process_superblock() local
724 next_block = btrfsic_block_hashtable_lookup( in btrfsic_process_superblock()
728 BUG_ON(NULL == next_block); in btrfsic_process_superblock()
749 next_block, in btrfsic_process_superblock()
879 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror() local
893 next_block = btrfsic_block_lookup_or_add( in btrfsic_process_superblock_dev_mirror()
897 if (NULL == next_block) { in btrfsic_process_superblock_dev_mirror()
903 next_block->disk_key = tmp_disk_key; in btrfsic_process_superblock_dev_mirror()
[all …]
Dinode.c8356 next_block: in __btrfs_subio_endio_read()
8394 goto next_block; in __btrfs_subio_endio_read()
/fs/ext4/
Dreadpage.c275 sector_t next_block; in ext4_mpage_readpages() local
308 block_in_file = next_block = in ext4_mpage_readpages()
410 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages()
422 fscrypt_set_bio_crypt_ctx(bio, inode, next_block, in ext4_mpage_readpages()
/fs/squashfs/
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()
Dnamei.c64 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument
108 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name()
/fs/jfs/
Djfs_metapage.c348 sector_t next_block = 0; in metapage_writepage() local
383 if (xlen && lblock == next_block) { in metapage_writepage()
431 next_block = lblock + len; in metapage_writepage()
/fs/
Ddirect-io.c1075 goto next_block; in do_direct_IO()
1117 next_block: in do_direct_IO()
/fs/ocfs2/
Ddir.c3962 u64 next_block; in ocfs2_search_dx_free_list() local
3967 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list()
3969 while (next_block) { in ocfs2_search_dx_free_list()
3974 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list()
3989 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list()
3992 if (!next_block) in ocfs2_search_dx_free_list()
/fs/ubifs/
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/f2fs/
Ddata.c1582 next_block: in f2fs_map_blocks()
1691 goto next_block; in f2fs_map_blocks()