Home
last modified time | relevance | path

Searched defs:bmap (Results 1 - 25 of 107) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dcpufeature.c53 const unsigned long *bmap = (isa_bitmap) ? isa_bitmap : riscv_isa; in __riscv_isa_extension_available() local
/kernel/linux/linux-5.10/fs/jfs/
H A Dfile.c79 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
H A Dinode.c173 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_evict_inode() local
/kernel/linux/linux-6.6/fs/jfs/
H A Dfile.c79 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
H A Dinode.c173 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_evict_inode() local
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dio-unit.h45 unsigned long bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned long)]; member
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dvmx_dirty_log_test.c73 unsigned long *bmap; in main() local
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dio-unit.h45 unsigned long bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned long)]; member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dvmx_dirty_log_test.c71 unsigned long *bmap; in main() local
/kernel/linux/linux-5.10/fs/affs/
H A Dbitmap.c44 u32 blk, bmap, bit, mask, tmp; in affs_free_block() local
122 u32 blk, bmap, bit, mask, mask2, tmp; in affs_alloc_block() local
[all...]
/kernel/linux/linux-6.6/fs/affs/
H A Dbitmap.c44 u32 blk, bmap, bit, mask, tmp; in affs_free_block() local
122 u32 blk, bmap, bit, mask, mask2, tmp; in affs_alloc_block() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npa.c208 unsigned long *bmap; in npa_lf_hwctx_disable() local
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c100 unsigned long *bmap; in run_test() local
/kernel/linux/linux-5.10/fs/nilfs2/
H A Ddirect.c106 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() argument
142 nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) nilfs_direct_delete() argument
197 nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) nilfs_direct_check_insert() argument
223 nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, __u64 key, __u64 *keys, __u64 *ptrs, int n) nilfs_direct_delete_and_convert() argument
256 nilfs_direct_propagate(struct nilfs_bmap *bmap, struct buffer_head *bh) nilfs_direct_propagate() argument
321 nilfs_direct_assign(struct nilfs_bmap *bmap, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign() argument
374 nilfs_direct_init(struct nilfs_bmap *bmap) nilfs_direct_init() argument
[all...]
H A Dbmap.c22 struct inode *nilfs_bmap_get_dat(const struct nilfs_bmap *bmap) in nilfs_bmap_get_dat() argument
29 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, in nilfs_bmap_convert_error() argument
62 nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, __u64 *ptrp) nilfs_bmap_lookup_at_level() argument
94 nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, unsigned int maxblocks) nilfs_bmap_lookup_contig() argument
106 nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) nilfs_bmap_do_insert() argument
150 nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) nilfs_bmap_insert() argument
161 nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_do_delete() argument
205 nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) nilfs_bmap_seek_key() argument
218 nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) nilfs_bmap_last_key() argument
248 nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_delete() argument
259 nilfs_bmap_do_truncate(struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_do_truncate() argument
300 nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_truncate() argument
317 nilfs_bmap_clear(struct nilfs_bmap *bmap) nilfs_bmap_clear() argument
340 nilfs_bmap_propagate(struct nilfs_bmap *bmap, struct buffer_head *bh) nilfs_bmap_propagate() argument
356 nilfs_bmap_lookup_dirty_buffers(struct nilfs_bmap *bmap, struct list_head *listp) nilfs_bmap_lookup_dirty_buffers() argument
382 nilfs_bmap_assign(struct nilfs_bmap *bmap, struct buffer_head **bh, unsigned long blocknr, union nilfs_binfo *binfo) nilfs_bmap_assign() argument
412 nilfs_bmap_mark(struct nilfs_bmap *bmap, __u64 key, int level) nilfs_bmap_mark() argument
435 nilfs_bmap_test_and_clear_dirty(struct nilfs_bmap *bmap) nilfs_bmap_test_and_clear_dirty() argument
450 nilfs_bmap_data_get_key(const struct nilfs_bmap *bmap, const struct buffer_head *bh) nilfs_bmap_data_get_key() argument
464 nilfs_bmap_find_target_seq(const struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_find_target_seq() argument
478 nilfs_bmap_find_target_in_group(const struct nilfs_bmap *bmap) nilfs_bmap_find_target_in_group() argument
504 nilfs_bmap_read(struct nilfs_bmap *bmap, struct nilfs_inode *raw_inode) nilfs_bmap_read() argument
549 nilfs_bmap_write(struct nilfs_bmap *bmap, struct nilfs_inode *raw_inode) nilfs_bmap_write() argument
560 nilfs_bmap_init_gc(struct nilfs_bmap *bmap) nilfs_bmap_init_gc() argument
572 nilfs_bmap_save(const struct nilfs_bmap *bmap, struct nilfs_bmap_store *store) nilfs_bmap_save() argument
581 nilfs_bmap_restore(struct nilfs_bmap *bmap, const struct nilfs_bmap_store *store) nilfs_bmap_restore() argument
[all...]
/kernel/linux/linux-5.10/fs/fat/
H A Dcache.c310 fat_get_mapped_cluster(struct inode *inode, sector_t sector, sector_t last_block, unsigned long *mapped_blocks, sector_t *bmap) fat_get_mapped_cluster() argument
/kernel/linux/linux-5.10/lib/
H A Dtest_bitmap.c72 __check_eq_bitmap(const char *srcfile, unsigned int line, const unsigned long *exp_bmap, const unsigned long *bmap, unsigned int nbits) __check_eq_bitmap() argument
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Ddirect.c106 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() argument
142 nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) nilfs_direct_delete() argument
197 nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) nilfs_direct_check_insert() argument
223 nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, __u64 key, __u64 *keys, __u64 *ptrs, int n) nilfs_direct_delete_and_convert() argument
256 nilfs_direct_propagate(struct nilfs_bmap *bmap, struct buffer_head *bh) nilfs_direct_propagate() argument
322 nilfs_direct_assign(struct nilfs_bmap *bmap, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign() argument
375 nilfs_direct_init(struct nilfs_bmap *bmap) nilfs_direct_init() argument
[all...]
H A Dbmap.c22 struct inode *nilfs_bmap_get_dat(const struct nilfs_bmap *bmap) in nilfs_bmap_get_dat() argument
29 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, in nilfs_bmap_convert_error() argument
62 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u6 argument
94 nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, unsigned int maxblocks) nilfs_bmap_lookup_contig() argument
106 nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) nilfs_bmap_do_insert() argument
150 nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) nilfs_bmap_insert() argument
161 nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_do_delete() argument
205 nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) nilfs_bmap_seek_key() argument
218 nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) nilfs_bmap_last_key() argument
248 nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_delete() argument
259 nilfs_bmap_do_truncate(struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_do_truncate() argument
300 nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_truncate() argument
317 nilfs_bmap_clear(struct nilfs_bmap *bmap) nilfs_bmap_clear() argument
340 nilfs_bmap_propagate(struct nilfs_bmap *bmap, struct buffer_head *bh) nilfs_bmap_propagate() argument
356 nilfs_bmap_lookup_dirty_buffers(struct nilfs_bmap *bmap, struct list_head *listp) nilfs_bmap_lookup_dirty_buffers() argument
382 nilfs_bmap_assign(struct nilfs_bmap *bmap, struct buffer_head **bh, unsigned long blocknr, union nilfs_binfo *binfo) nilfs_bmap_assign() argument
412 nilfs_bmap_mark(struct nilfs_bmap *bmap, __u64 key, int level) nilfs_bmap_mark() argument
435 nilfs_bmap_test_and_clear_dirty(struct nilfs_bmap *bmap) nilfs_bmap_test_and_clear_dirty() argument
450 nilfs_bmap_data_get_key(const struct nilfs_bmap *bmap, const struct buffer_head *bh) nilfs_bmap_data_get_key() argument
464 nilfs_bmap_find_target_seq(const struct nilfs_bmap *bmap, __u64 key) nilfs_bmap_find_target_seq() argument
478 nilfs_bmap_find_target_in_group(const struct nilfs_bmap *bmap) nilfs_bmap_find_target_in_group() argument
504 nilfs_bmap_read(struct nilfs_bmap *bmap, struct nilfs_inode *raw_inode) nilfs_bmap_read() argument
549 nilfs_bmap_write(struct nilfs_bmap *bmap, struct nilfs_inode *raw_inode) nilfs_bmap_write() argument
560 nilfs_bmap_init_gc(struct nilfs_bmap *bmap) nilfs_bmap_init_gc() argument
572 nilfs_bmap_save(const struct nilfs_bmap *bmap, struct nilfs_bmap_store *store) nilfs_bmap_save() argument
581 nilfs_bmap_restore(struct nilfs_bmap *bmap, const struct nilfs_bmap_store *store) nilfs_bmap_restore() argument
[all...]
/kernel/linux/linux-6.6/fs/fat/
H A Dcache.c310 fat_get_mapped_cluster(struct inode *inode, sector_t sector, sector_t last_block, unsigned long *mapped_blocks, sector_t *bmap) fat_get_mapped_cluster() argument
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dinit.c441 void multi_u64_to_bmap(unsigned long *bmap, u64 *val, int count) in multi_u64_to_bmap() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npa.c214 unsigned long *bmap; in npa_lf_hwctx_disable() local
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h114 unsigned long *bmap; /* attached engines bitmap */ member
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dcpufeature.c74 const unsigned long *bmap = (isa_bitmap) ? isa_bitmap : riscv_isa; in __riscv_isa_extension_available() local
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c532 u32 bmap; in bnad_get_strings() local
713 u32 bmap; in bnad_get_stats_count_locked() local
848 u32 bmap; bnad_get_ethtool_stats() local
[all...]

Completed in 13 milliseconds

12345