Searched refs:next_block (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/md/persistent-data/ |
D | dm-btree.c | 868 uint64_t *result_key, dm_block_t *next_block) in find_key() argument 890 if (next_block || flags & INTERNAL_NODE) in find_key() 895 if (next_block) in find_key() 896 *next_block = block; in find_key()
|
/linux-4.4.14/fs/ |
D | direct-io.c | 1005 goto next_block; in do_direct_IO() 1047 next_block: in do_direct_IO()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_bmap_util.c | 789 goto next_block; in xfs_bmap_punch_delalloc_range() 793 goto next_block; in xfs_bmap_punch_delalloc_range() 810 next_block: in xfs_bmap_punch_delalloc_range()
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | msu.c | 417 goto next_block; in msc_buffer_iterate() 440 next_block: in msc_buffer_iterate()
|
/linux-4.4.14/fs/ubifs/ |
D | tnc.c | 1536 unsigned int next_block; in ubifs_tnc_get_bu_keys() local 1573 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys() 1574 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys() 1577 block = next_block; in ubifs_tnc_get_bu_keys()
|
/linux-4.4.14/fs/ocfs2/ |
D | dir.c | 3989 u64 next_block; in ocfs2_search_dx_free_list() local 3994 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list() 3996 while (next_block) { in ocfs2_search_dx_free_list() 4001 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list() 4016 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list() 4019 if (!next_block) in ocfs2_search_dx_free_list()
|