Home
last modified time | relevance | path

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

/fs/btrfs/
Dcheck-integrity.c226 struct btrfsic_block *next_block; member
299 struct btrfsic_block *next_block,
648 struct btrfsic_block *next_block; in btrfsic_process_superblock() local
663 next_block = btrfsic_block_hashtable_lookup( in btrfsic_process_superblock()
667 BUG_ON(NULL == next_block); in btrfsic_process_superblock()
688 next_block, in btrfsic_process_superblock()
819 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror() local
833 next_block = btrfsic_block_lookup_or_add( in btrfsic_process_superblock_dev_mirror()
837 if (NULL == next_block) { in btrfsic_process_superblock_dev_mirror()
843 next_block->disk_key = tmp_disk_key; in btrfsic_process_superblock_dev_mirror()
[all …]
/fs/ext4/
Dreadpage.c272 sector_t next_block; in ext4_mpage_readpages() local
301 block_in_file = next_block = in ext4_mpage_readpages()
403 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages()
414 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/incfs/
Ddata_mgmt.c562 bool next_block, close_block, very_close_block; in log_block_read() local
589 next_block = block_delta == 1; in log_block_read()
597 if (same_file && same_uid && next_block && very_very_close_time) { in log_block_read()
604 } else if (same_file && same_uid && next_block && very_close_time) { in log_block_read()
/fs/
Ddirect-io.c1026 goto next_block; in do_direct_IO()
1068 next_block: in do_direct_IO()
/fs/ocfs2/
Ddir.c3960 u64 next_block; in ocfs2_search_dx_free_list() local
3965 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list()
3967 while (next_block) { in ocfs2_search_dx_free_list()
3972 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list()
3987 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list()
3990 if (!next_block) in ocfs2_search_dx_free_list()
/fs/ubifs/
Dtnc.c1584 unsigned int next_block; in ubifs_tnc_get_bu_keys() local
1621 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys()
1622 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys()
1625 block = next_block; in ubifs_tnc_get_bu_keys()
/fs/f2fs/
Ddata.c1531 next_block: in f2fs_map_blocks()
1658 goto next_block; in f2fs_map_blocks()