Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Dcheck-integrity.c229 struct btrfsic_block *next_block; member
354 struct btrfsic_block *next_block,
727 struct btrfsic_block *next_block; in btrfsic_process_superblock() local
745 next_block = btrfsic_block_hashtable_lookup( in btrfsic_process_superblock()
749 BUG_ON(NULL == next_block); in btrfsic_process_superblock()
773 next_block, in btrfsic_process_superblock()
901 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror() local
916 next_block = btrfsic_block_lookup_or_add( in btrfsic_process_superblock_dev_mirror()
920 if (NULL == next_block) { in btrfsic_process_superblock_dev_mirror()
926 next_block->disk_key = tmp_disk_key; in btrfsic_process_superblock_dev_mirror()
[all …]
/linux-3.4.99/fs/squashfs/
Dnamei.c77 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument
118 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name()
Ddir.c52 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument
90 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
/linux-3.4.99/drivers/md/persistent-data/
Ddm-btree.c753 uint64_t *result_key, dm_block_t *next_block) in find_highest_key() argument
771 if (next_block || flags & INTERNAL_NODE) in find_highest_key()
776 if (next_block) in find_highest_key()
777 *next_block = block; in find_highest_key()
/linux-3.4.99/fs/jfs/
Djfs_metapage.c368 sector_t next_block = 0; in metapage_writepage() local
403 if (xlen && lblock == next_block) { in metapage_writepage()
450 next_block = lblock + len; in metapage_writepage()
/linux-3.4.99/fs/
Ddirect-io.c990 goto next_block; in do_direct_IO()
1030 next_block: in do_direct_IO()
/linux-3.4.99/fs/ubifs/
Dtnc.c1553 unsigned int next_block; in ubifs_tnc_get_bu_keys() local
1590 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys()
1591 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys()
1594 block = next_block; in ubifs_tnc_get_bu_keys()
/linux-3.4.99/fs/ocfs2/
Ddir.c4057 u64 next_block; in ocfs2_search_dx_free_list() local
4062 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list()
4064 while (next_block) { in ocfs2_search_dx_free_list()
4069 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list()
4084 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list()
4087 if (!next_block) in ocfs2_search_dx_free_list()
/linux-3.4.99/fs/xfs/
Dxfs_bmap.c6132 goto next_block; in xfs_bmap_punch_delalloc_range()
6136 goto next_block; in xfs_bmap_punch_delalloc_range()
6153 next_block: in xfs_bmap_punch_delalloc_range()