Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 92) sorted by relevance

1234

/fs/ocfs2/
Dheartbeat.c30 static void ocfs2_node_map_init(struct ocfs2_node_map *map) in ocfs2_node_map_init()
64 struct ocfs2_node_map *map, in ocfs2_node_map_set_bit()
76 struct ocfs2_node_map *map, in ocfs2_node_map_clear_bit()
88 struct ocfs2_node_map *map, in ocfs2_node_map_test_bit()
/fs/reiserfs/
Dobjectid.c17 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map()
27 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map()
53 __le32 *map = objectid_map(s, rs); in reiserfs_get_unused_objectid() local
102 __le32 *map = objectid_map(s, rs); in reiserfs_release_objectid() local
/fs/xfs/libxfs/
Dxfs_bit.c20 xfs_bitmap_empty(uint *map, uint size) in xfs_bitmap_empty()
37 xfs_contig_bits(uint *map, uint size, uint start_bit) in xfs_contig_bits()
76 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit()
Dxfs_attr_remote.c399 struct xfs_bmbt_irec map[ATTR_RMTVALUE_MAPSIZE]; in xfs_attr_rmtval_get() local
500 struct xfs_bmbt_irec map; in xfs_attr_rmtval_set_value() local
564 struct xfs_bmbt_irec *map, in xfs_attr_rmtval_stale()
604 struct xfs_bmbt_irec *map = &attr->xattri_map; in xfs_attr_rmtval_find_space() local
635 struct xfs_bmbt_irec *map = &attr->xattri_map; in xfs_attr_rmtval_set_blk() local
675 struct xfs_bmbt_irec map; in xfs_attr_rmtval_invalidate() local
/fs/udf/
Dpartition.c29 struct udf_part_map *map; in udf_get_pblock() local
50 struct udf_part_map *map; in udf_get_pblock_virt15() local
113 struct udf_part_map *map; in udf_get_pblock_spar15() local
161 struct udf_part_map *map = &sbi->s_partmaps[i]; in udf_relocate_blocks() local
279 struct udf_part_map *map; in udf_try_read_meta() local
307 struct udf_part_map *map; in udf_get_pblock_meta25() local
Dsuper.c345 static void udf_free_partition(struct udf_part_map *map) in udf_free_partition()
977 struct udf_part_map *map; in udf_load_metadata_files() local
1039 struct udf_part_map *map = &UDF_SB(sb)->s_partmaps[partition]; in udf_compute_nr_groups() local
1061 struct udf_part_map *map) in check_partition_desc()
1111 struct udf_part_map *map; in udf_fill_partdesc_info() local
1201 struct udf_part_map *map = &sbi->s_partmaps[p_index]; in udf_find_vat_block() local
1226 struct udf_part_map *map = &sbi->s_partmaps[p_index]; in udf_load_vat() local
1285 struct udf_part_map *map; in udf_load_partdesc() local
1380 struct udf_part_map *map, in udf_load_sparable_map()
1480 struct udf_part_map *map = &sbi->s_partmaps[i]; in udf_load_logicalvol() local
[all …]
Dballoc.c660 struct udf_part_map *map = &UDF_SB(sb)->s_partmaps[partition]; in udf_free_blocks() local
692 struct udf_part_map *map = &UDF_SB(sb)->s_partmaps[partition]; in udf_prealloc_blocks() local
717 struct udf_part_map *map = &UDF_SB(sb)->s_partmaps[partition]; in udf_new_block() local
/fs/erofs/
Dzmap.c12 struct erofs_map_blocks *map; member
356 struct erofs_map_blocks *map = m->map; in z_erofs_get_extent_decompressedlen() local
395 struct erofs_map_blocks *map, int flags) in z_erofs_do_map_blocks()
608 struct erofs_map_blocks map = { in z_erofs_fill_inode_lazy() local
629 int z_erofs_map_blocks_iter(struct inode *inode, struct erofs_map_blocks *map, in z_erofs_map_blocks_iter()
668 struct erofs_map_blocks map = { .m_la = offset }; in z_erofs_iomap_begin_report() local
Ddata.c83 struct erofs_map_blocks *map) in erofs_map_blocks_flatmode()
111 int erofs_map_blocks(struct inode *inode, struct erofs_map_blocks *map) in erofs_map_blocks()
189 static void erofs_fill_from_devinfo(struct erofs_map_dev *map, in erofs_fill_from_devinfo()
199 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *map) in erofs_map_dev()
289 struct erofs_map_blocks map; in erofs_iomap_begin() local
Dfileio.c16 struct erofs_map_blocks map; member
96 struct erofs_map_blocks *map = &io->map; in erofs_fileio_scan_folio() local
/fs/ntfs3/
Dbitfunc.c36 const u8 *map = (u8 *)lmap + (bit >> 3); in are_bits_clear() local
85 const u8 *map = (u8 *)lmap + (bit >> 3); in are_bits_set() local
/fs/omfs/
Dbitmap.c48 static int set_run(struct super_block *sb, int map, in set_run()
96 unsigned int map, bit; in omfs_allocate_block() local
180 unsigned int map, bit; in omfs_clear_range() local
/fs/btrfs/
Dvolumes.c1858 struct btrfs_chunk_map *map; in find_next_chunk() local
3102 struct btrfs_chunk_map *map; in btrfs_find_chunk_map_nolock() local
3162 struct btrfs_chunk_map *map; in btrfs_find_chunk_map() local
3182 struct btrfs_chunk_map *map; in btrfs_get_chunk_map() local
3207 struct btrfs_chunk_map *map, u64 chunk_offset) in remove_chunk_item()
3232 struct btrfs_chunk_map *map; in btrfs_remove_chunk() local
5405 static void chunk_map_device_set_bits(struct btrfs_chunk_map *map, unsigned int bits) in chunk_map_device_set_bits()
5417 static void chunk_map_device_clear_bits(struct btrfs_chunk_map *map, unsigned int bits) in chunk_map_device_clear_bits()
5430 void btrfs_remove_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map) in btrfs_remove_chunk_map()
5443 int btrfs_add_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map) in btrfs_add_chunk_map()
[all …]
Dzoned.c1276 struct btrfs_chunk_map *map) in btrfs_load_zone_info()
1386 struct btrfs_chunk_map *map, in btrfs_load_block_group_dup()
1429 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid1()
1477 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid0()
1509 struct btrfs_chunk_map *map, in btrfs_load_block_group_raid10()
1546 struct btrfs_chunk_map *map; in btrfs_load_block_group_zone_info() local
2076 struct btrfs_chunk_map *map; in btrfs_zone_activate() local
2226 struct btrfs_chunk_map *map; in do_zone_finish() local
2664 struct btrfs_chunk_map *map = block_group->physical_map; in btrfs_check_active_zone_reservation() local
/fs/adfs/
Dmap.c73 unsigned char *map = dm->dm_bh->b_data; in lookup_zone() local
121 unsigned char *map = dm->dm_bh->b_data; in scan_free_map() local
260 static unsigned char adfs_calczonecheck(struct super_block *sb, unsigned char *map) in adfs_calczonecheck()
290 unsigned char *map; in adfs_checkmap() local
/fs/xfs/
Dxfs_bmap_item.c251 struct xfs_map_extent *map; in xfs_bmap_update_log_item() local
423 struct xfs_map_extent *map; in xfs_bui_validate() local
459 struct xfs_map_extent *map) in xfs_bui_recover_work()
503 struct xfs_map_extent *map; in xfs_bmap_recover_work() local
580 struct xfs_map_extent *map; in xfs_bmap_relog_intent() local
Dxfs_buf.c221 struct xfs_buf_map *map, in _xfs_buf_alloc()
477 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp() local
536 struct xfs_buf_map *map) in xfs_buf_map_verify()
594 struct xfs_buf_map *map, in xfs_buf_lookup()
630 struct xfs_buf_map *map, in xfs_buf_find_insert()
694 const struct xfs_buf_map *map) in xfs_buftarg_get_pag()
721 struct xfs_buf_map *map, in xfs_buf_get_map()
849 struct xfs_buf_map *map, in xfs_buf_read_map()
934 struct xfs_buf_map *map, in xfs_buf_readahead_map()
1525 int map, in xfs_buf_ioapply_map()
Dxfs_rmap_item.c257 struct xfs_map_extent *map; in xfs_rmap_update_log_item() local
417 struct xfs_map_extent *map) in xfs_rui_validate_map()
453 const struct xfs_map_extent *map) in xfs_rui_recover_work()
565 struct xfs_map_extent *map; in xfs_rmap_relog_intent() local
Dxfs_trans_buf.c26 struct xfs_buf_map *map, in xfs_trans_buf_item_match()
119 struct xfs_buf_map *map, in xfs_trans_get_buf_map()
215 struct xfs_buf_map *map, in xfs_trans_read_buf_map()
/fs/nfs/blocklayout/
Ddev.c225 struct pnfs_block_dev_map *map) in bl_map_simple()
235 struct pnfs_block_dev_map *map) in bl_map_concat()
255 struct pnfs_block_dev_map *map) in bl_map_stripe()
Dblocklayout.c118 static bool offset_in_map(u64 offset, struct pnfs_block_dev_map *map) in offset_in_map()
125 struct page *page, struct pnfs_block_dev_map *map, in do_add_page_to_bio()
233 struct pnfs_block_dev_map map = { .start = NFS4_MAX_UINT64 }; in bl_read_pagelist() local
378 struct pnfs_block_dev_map map = { .start = NFS4_MAX_UINT64 }; in bl_write_pagelist() local
/fs/ext4/
Dinode.c385 struct ext4_map_blocks *map) in __check_block_validity()
417 #define check_block_validity(inode, map) \ argument
424 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
464 struct ext4_map_blocks *map) in ext4_map_query_blocks()
493 struct ext4_map_blocks *map, int flags) in ext4_map_create_blocks()
598 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
774 struct ext4_map_blocks map; in _ext4_get_block() local
839 struct ext4_map_blocks map; in ext4_getblk() local
1556 struct ext4_map_blocks map; member
1750 static int ext4_da_map_blocks(struct inode *inode, struct ext4_map_blocks *map) in ext4_da_map_blocks()
[all …]
Dextents.c3351 struct ext4_map_blocks *map, in ext4_split_extent()
3442 struct ext4_map_blocks *map, struct ext4_ext_path *path, in ext4_ext_convert_to_initialized()
3705 struct ext4_map_blocks *map, in ext4_split_convert_extents()
3747 struct ext4_map_blocks *map, in ext4_convert_unwritten_extents_endio()
3815 struct ext4_map_blocks *map, in convert_initialized_extent()
3891 struct ext4_map_blocks *map, in ext4_ext_handle_unwritten_extents()
4043 struct ext4_map_blocks *map, in get_implied_cluster_alloc()
4190 struct ext4_map_blocks *map, int flags) in ext4_ext_map_blocks()
4484 struct ext4_map_blocks map; in ext4_alloc_file_blocks() local
4799 struct ext4_map_blocks map; in ext4_convert_unwritten_extents() local
[all …]
/fs/xfs/scrub/
Drtbitmap_repair.c58 struct xfs_bmbt_irec map; in xrep_rtbitmap_data_mappings() local
/fs/f2fs/
Ddata.c1473 struct f2fs_map_blocks *map, struct dnode_of_data *dn, in f2fs_map_no_dnode()
1495 struct f2fs_map_blocks *map, int flag) in f2fs_map_blocks_cached()
1530 struct f2fs_map_blocks *map, in map_is_mergeable()
1553 int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, int flag) in f2fs_map_blocks()
1814 struct f2fs_map_blocks map; in f2fs_overwrite_io() local
1914 struct f2fs_map_blocks map; in f2fs_fiemap() local
2086 struct f2fs_map_blocks *map, in f2fs_read_single_page()
2390 struct f2fs_map_blocks map; in f2fs_mpage_readpages() local
3858 struct f2fs_map_blocks map; in f2fs_bmap() local
3971 struct f2fs_map_blocks map; in check_swap_activate() local
[all …]

1234