/linux-6.3-rc2/fs/nilfs2/ |
A D | bmap.c | 22 struct inode *nilfs_bmap_get_dat(const struct nilfs_bmap *bmap) in nilfs_bmap_get_dat() 29 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, in nilfs_bmap_convert_error() 210 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key() 240 int nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_delete() 292 int nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_truncate() 309 void nilfs_bmap_clear(struct nilfs_bmap *bmap) in nilfs_bmap_clear() 374 int nilfs_bmap_assign(struct nilfs_bmap *bmap, in nilfs_bmap_assign() 427 int nilfs_bmap_test_and_clear_dirty(struct nilfs_bmap *bmap) in nilfs_bmap_test_and_clear_dirty() 552 void nilfs_bmap_init_gc(struct nilfs_bmap *bmap) in nilfs_bmap_init_gc() 564 void nilfs_bmap_save(const struct nilfs_bmap *bmap, in nilfs_bmap_save() [all …]
|
A D | bmap.h | 126 #define NILFS_BMAP_USE_VBN(bmap) ((bmap)->b_ptr_type > 0) argument 167 static inline int nilfs_bmap_lookup(struct nilfs_bmap *bmap, __u64 key, in nilfs_bmap_lookup() 178 static inline int nilfs_bmap_prepare_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_prepare_alloc_ptr() 189 static inline void nilfs_bmap_commit_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_commit_alloc_ptr() 197 static inline void nilfs_bmap_abort_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_abort_alloc_ptr() 207 static inline int nilfs_bmap_prepare_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_prepare_end_ptr() 214 static inline void nilfs_bmap_commit_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_commit_end_ptr() 223 static inline void nilfs_bmap_abort_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_abort_end_ptr() 246 static inline int nilfs_bmap_dirty(const struct nilfs_bmap *bmap) in nilfs_bmap_dirty() 252 static inline void nilfs_bmap_set_dirty(struct nilfs_bmap *bmap) in nilfs_bmap_set_dirty() [all …]
|
A D | direct.c | 106 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() 142 static int nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_delete() 197 static int nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_check_insert() 223 int nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, in nilfs_direct_delete_and_convert() 256 static int nilfs_direct_propagate(struct nilfs_bmap *bmap, in nilfs_direct_propagate() 321 static int nilfs_direct_assign(struct nilfs_bmap *bmap, in nilfs_direct_assign() 374 int nilfs_direct_init(struct nilfs_bmap *bmap) in nilfs_direct_init()
|
A D | ioctl.c | 452 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; in nilfs_ioctl_do_get_bdescs() local 748 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; in nilfs_ioctl_mark_blocks_dirty() local
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | xt_TCPOPTSTRIP.h | 7 #define tcpoptstrip_set_bit(bmap, idx) \ argument 9 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_rdma.c | 39 struct qed_bmap *bmap, u32 max_count, char *name) in qed_rdma_bmap_alloc() 56 struct qed_bmap *bmap, u32 *id_num) in qed_rdma_bmap_alloc_id() 71 struct qed_bmap *bmap, u32 id_num) in qed_bmap_set_id() 80 struct qed_bmap *bmap, u32 id_num) in qed_bmap_release_id() 99 struct qed_bmap *bmap, u32 id_num) in qed_bmap_test_id() 107 static bool qed_bmap_is_empty(struct qed_bmap *bmap) in qed_bmap_is_empty() 319 struct qed_bmap *bmap, bool check) in qed_rdma_bmap_free() 1725 struct qed_bmap *bmap; in qed_rdma_destroy_srq() local 1774 struct qed_bmap *bmap; in qed_rdma_create_srq() local
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_dmap.h | 230 struct bmap { struct 231 struct dbmap db_bmap; /* on-disk aggregate map descriptor */ argument 232 struct inode *db_ipbmap; /* ptr to aggregate map incore inode */ argument 233 struct mutex db_bmaplock; /* aggregate map lock */ argument 239 #define db_mapsize db_bmap.dn_mapsize argument
|
A D | file.c | 79 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
|
A D | inode.c | 173 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_evict_inode() local
|
/linux-6.3-rc2/fs/affs/ |
A D | bitmap.c | 44 u32 blk, bmap, bit, mask, tmp; in affs_free_block() local 122 u32 blk, bmap, bit, mask, mask2, tmp; in affs_alloc_block() local
|
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/ |
A D | bnad_ethtool.c | 602 u32 bmap; in bnad_get_strings() local 665 u32 bmap; in bnad_get_stats_count_locked() local 800 u32 bmap; in bnad_get_ethtool_stats() local
|
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A D | vmx_dirty_log_test.c | 71 unsigned long *bmap; in main() local
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/libcxgb/ |
A D | libcxgb_ppm.c | 84 static int ppm_find_unused_entries(unsigned long *bmap, in ppm_find_unused_entries() 351 unsigned int bmap; in ppm_alloc_cpu_pool() local
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/ |
A D | otx_cptpf_ucode.c | 60 struct otx_cpt_bitmap bmap = { {0} }; in get_cores_bmap() local 179 struct otx_cpt_bitmap bmap; in cpt_set_ucode_base() local 207 struct otx_cpt_bitmap bmap = { {0} }; in cpt_detach_and_disable_cores() local 255 struct otx_cpt_bitmap bmap; in cpt_attach_and_enable_cores() local 585 struct otx_cpt_bitmap bmap; in cpt_print_engines_mask() local
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptpf_ucode.c | 28 struct otx2_cpt_bitmap bmap = { {0} }; in get_cores_bmap() local 217 struct otx2_cpt_bitmap bmap, in cptx_detach_and_disable_cores() 285 struct otx2_cpt_bitmap bmap; in cpt_detach_and_disable_cores() local 304 struct otx2_cpt_bitmap bmap, in cptx_attach_and_enable_cores() 345 struct otx2_cpt_bitmap bmap; in cpt_attach_and_enable_cores() local
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | io-unit.h | 45 unsigned long bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned long)]; member
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | cpufeature.c | 61 const unsigned long *bmap = (isa_bitmap) ? isa_bitmap : riscv_isa; in __riscv_isa_extension_available() local
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_npc_hash.h | 174 unsigned long *bmap; member 182 unsigned long *bmap; member
|
A D | rvu_npa.c | 214 unsigned long *bmap; in npa_lf_hwctx_disable() local
|
/linux-6.3-rc2/lib/ |
A D | test_bitmap.c | 77 const unsigned long *exp_bmap, const unsigned long *bmap, in __check_eq_bitmap() 494 unsigned long *bmap = kmalloc(PAGE_SIZE, GFP_KERNEL); in test_bitmap_printlist() local
|
/linux-6.3-rc2/tools/testing/selftests/kvm/ |
A D | dirty_log_test.c | 577 static void vm_dirty_log_verify(enum vm_guest_mode mode, unsigned long *bmap) in vm_dirty_log_verify() 720 unsigned long *bmap; in run_test() local
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_rmap.c | 2509 struct xfs_bmbt_irec *bmap) in __xfs_rmap_add() 2604 struct xfs_bmbt_irec bmap; in xfs_rmap_alloc_extent() local 2626 struct xfs_bmbt_irec bmap; in xfs_rmap_free_extent() local
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | bitmap.c | 64 unsigned int bmap, offset; in is_reusable() local 120 static inline int is_block_in_journal(struct super_block *s, unsigned int bmap, in is_block_in_journal()
|
/linux-6.3-rc2/drivers/dma/idxd/ |
A D | init.c | 392 static void multi_u64_to_bmap(unsigned long *bmap, u64 *val, int count) in multi_u64_to_bmap()
|
/linux-6.3-rc2/fs/fat/ |
A D | cache.c | 312 unsigned long *mapped_blocks, sector_t *bmap) in fat_get_mapped_cluster()
|