Searched refs:next_block (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | check-integrity.c | 241 struct btrfsic_block *next_block; member 367 struct btrfsic_block *next_block, 737 struct btrfsic_block *next_block; in btrfsic_process_superblock() local 754 next_block = btrfsic_block_hashtable_lookup( in btrfsic_process_superblock() 758 BUG_ON(NULL == next_block); in btrfsic_process_superblock() 780 next_block, in btrfsic_process_superblock() 910 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror() local 925 next_block = btrfsic_block_lookup_or_add( in btrfsic_process_superblock_dev_mirror() 929 if (NULL == next_block) { in btrfsic_process_superblock_dev_mirror() 935 next_block->disk_key = tmp_disk_key; in btrfsic_process_superblock_dev_mirror() [all …]
|
/linux-4.1.27/fs/squashfs/ |
D | dir.c | 52 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument 97 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
|
D | namei.c | 77 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument 121 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name()
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree.c | 769 uint64_t *result_key, dm_block_t *next_block) in find_key() argument 791 if (next_block || flags & INTERNAL_NODE) in find_key() 796 if (next_block) in find_key() 797 *next_block = block; in find_key()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_metapage.c | 361 sector_t next_block = 0; in metapage_writepage() local 396 if (xlen && lblock == next_block) { in metapage_writepage() 443 next_block = lblock + len; in metapage_writepage()
|
/linux-4.1.27/fs/ |
D | direct-io.c | 995 goto next_block; in do_direct_IO() 1037 next_block: in do_direct_IO()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.c | 763 goto next_block; in xfs_bmap_punch_delalloc_range() 767 goto next_block; in xfs_bmap_punch_delalloc_range() 784 next_block: in xfs_bmap_punch_delalloc_range()
|
/linux-4.1.27/fs/ubifs/ |
D | tnc.c | 1537 unsigned int next_block; in ubifs_tnc_get_bu_keys() local 1574 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys() 1575 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys() 1578 block = next_block; in ubifs_tnc_get_bu_keys()
|
/linux-4.1.27/fs/ocfs2/ |
D | dir.c | 4002 u64 next_block; in ocfs2_search_dx_free_list() local 4007 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list() 4009 while (next_block) { in ocfs2_search_dx_free_list() 4014 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list() 4029 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list() 4032 if (!next_block) in ocfs2_search_dx_free_list()
|