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

123

/linux-master/fs/xfs/scrub/
H A Dquota.h20 struct xfs_bmbt_irec bmap; member in struct:xchk_dqiter
/linux-master/fs/jfs/
H A Dfile.c79 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; local
H A Dinode.c173 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; local
H A Djfs_dmap.h230 struct bmap { struct
/linux-master/arch/sparc/include/asm/
H A Dio-unit.h45 unsigned long bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned long)]; member in struct:iounit_struct
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_dirty_log_test.c84 unsigned long *bmap; local
/linux-master/fs/affs/
H A Dbitmap.c44 u32 blk, bmap, bit, mask, tmp; local
122 u32 blk, bmap, bit, mask, mask2, tmp; local
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npa.c214 unsigned long *bmap; local
H A Drvu_npc_hash.h180 unsigned long *bmap; member in struct:npc_exact_table::__anon13
188 unsigned long *bmap; member in struct:npc_exact_table::__anon14
/linux-master/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) argument
/linux-master/fs/nilfs2/
H A Dbmap.c22 struct inode *nilfs_bmap_get_dat(const struct nilfs_bmap *bmap) argument
29 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, 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) argument
106 nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) argument
150 nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) argument
161 nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) argument
205 nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) argument
218 nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) argument
248 nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) argument
259 nilfs_bmap_do_truncate(struct nilfs_bmap *bmap, __u64 key) argument
300 nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) argument
317 nilfs_bmap_clear(struct nilfs_bmap *bmap) argument
340 nilfs_bmap_propagate(struct nilfs_bmap *bmap, struct buffer_head *bh) argument
356 nilfs_bmap_lookup_dirty_buffers(struct nilfs_bmap *bmap, struct list_head *listp) argument
382 nilfs_bmap_assign(struct nilfs_bmap *bmap, struct buffer_head **bh, unsigned long blocknr, union nilfs_binfo *binfo) argument
412 nilfs_bmap_mark(struct nilfs_bmap *bmap, __u64 key, int level) argument
435 nilfs_bmap_test_and_clear_dirty(struct nilfs_bmap *bmap) argument
450 nilfs_bmap_data_get_key(const struct nilfs_bmap *bmap, const struct buffer_head *bh) argument
464 nilfs_bmap_find_target_seq(const struct nilfs_bmap *bmap, __u64 key) argument
478 nilfs_bmap_find_target_in_group(const struct nilfs_bmap *bmap) argument
504 nilfs_bmap_read(struct nilfs_bmap *bmap, struct nilfs_inode *raw_inode) argument
549 nilfs_bmap_write(struct nilfs_bmap *bmap, struct nilfs_inode *raw_inode) argument
557 nilfs_bmap_init_gc(struct nilfs_bmap *bmap) argument
569 nilfs_bmap_save(const struct nilfs_bmap *bmap, struct nilfs_bmap_store *store) argument
578 nilfs_bmap_restore(struct nilfs_bmap *bmap, const struct nilfs_bmap_store *store) argument
[all...]
H A Ddirect.c111 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) argument
147 nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) argument
202 nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) argument
228 nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, __u64 key, __u64 *keys, __u64 *ptrs, int n) argument
261 nilfs_direct_propagate(struct nilfs_bmap *bmap, struct buffer_head *bh) argument
327 nilfs_direct_assign(struct nilfs_bmap *bmap, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) argument
380 nilfs_direct_init(struct nilfs_bmap *bmap) argument
[all...]
H A Dbmap.h167 nilfs_bmap_lookup(struct nilfs_bmap *bmap, __u64 key, __u64 *ptr) argument
178 nilfs_bmap_prepare_alloc_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
189 nilfs_bmap_commit_alloc_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
197 nilfs_bmap_abort_alloc_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
207 nilfs_bmap_prepare_end_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
214 nilfs_bmap_commit_end_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
223 nilfs_bmap_abort_end_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
231 nilfs_bmap_set_target_v(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) argument
246 nilfs_bmap_dirty(const struct nilfs_bmap *bmap) argument
252 nilfs_bmap_set_dirty(struct nilfs_bmap *bmap) argument
258 nilfs_bmap_clear_dirty(struct nilfs_bmap *bmap) argument
[all...]
H A Dioctl.c452 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; local
748 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; local
H A Dnilfs.h73 NILFS_BMAP_I(const struct nilfs_bmap *bmap) argument
/linux-master/drivers/dma/idxd/
H A Dinit.c444 void multi_u64_to_bmap(unsigned long *bmap, u64 *val, int count) argument
/linux-master/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c84 static int ppm_find_unused_entries(unsigned long *bmap, argument
351 unsigned int bmap; local
[all...]
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h114 unsigned long *bmap; /* attached engines bitmap */ member in struct:otx_cpt_engs_rsvd
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.h109 unsigned long *bmap; /* attached engines bitmap */ member in struct:otx2_cpt_engs_rsvd
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c602 u32 bmap; local
665 u32 bmap; local
800 u32 bmap; local
[all...]
/linux-master/arch/riscv/kernel/
H A Dcpufeature.c66 const unsigned long *bmap = (isa_bitmap) ? isa_bitmap : riscv_isa; local
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c12 static void build_if_id_bitmap(__le64 *bmap, const u16 *id, const u16 num_ifs) argument
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c763 unsigned long *bmap = vcpu->kvm->arch.pmu_filter; local
/linux-master/include/media/
H A Dmedia-entity.h75 unsigned long *bmap; member in struct:media_entity_enum
[all...]
/linux-master/lib/
H A Dtest_bitmap.c75 __check_eq_bitmap(const char *srcfile, unsigned int line, const unsigned long *exp_bmap, const unsigned long *bmap, unsigned int nbits) argument
560 unsigned long *bmap = kmalloc(PAGE_SIZE, GFP_KERNEL); local
[all...]

Completed in 489 milliseconds

123