/linux/fs/nilfs2/ |
H A D | bmap.h | 138 #define NILFS_BMAP_USE_VBN(bmap) ((bmap)->b_ptr_type > 0) argument 179 static inline int nilfs_bmap_lookup(struct nilfs_bmap *bmap, __u64 key, in nilfs_bmap_lookup() 190 static inline int nilfs_bmap_prepare_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_prepare_alloc_ptr() 201 static inline void nilfs_bmap_commit_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_commit_alloc_ptr() 209 static inline void nilfs_bmap_abort_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_abort_alloc_ptr() 219 static inline int nilfs_bmap_prepare_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_prepare_end_ptr() 226 static inline void nilfs_bmap_commit_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_commit_end_ptr() 235 static inline void nilfs_bmap_abort_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_abort_end_ptr() 243 static inline void nilfs_bmap_set_target_v(struct nilfs_bmap *bmap, __u64 key, in nilfs_bmap_set_target_v() 258 static inline int nilfs_bmap_dirty(const struct nilfs_bmap *bmap) in nilfs_bmap_dirty() [all …]
|
H A D | direct.c | 111 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() 147 static int nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_delete() 202 static int nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_check_insert() 228 int nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, in nilfs_direct_delete_and_convert() 261 static int nilfs_direct_propagate(struct nilfs_bmap *bmap, in nilfs_direct_propagate() 330 static int nilfs_direct_assign(struct nilfs_bmap *bmap, in nilfs_direct_assign() 383 int nilfs_direct_init(struct nilfs_bmap *bmap) in nilfs_direct_init()
|
H A D | nilfs.h | 75 NILFS_BMAP_I(const struct nilfs_bmap *bmap) in NILFS_BMAP_I()
|
H A D | btree.c | 2420 static void __nilfs_btree_init(struct nilfs_bmap *bmap) in __nilfs_btree_init() 2427 int nilfs_btree_init(struct nilfs_bmap *bmap) in nilfs_btree_init() 2442 void nilfs_btree_init_gc(struct nilfs_bmap *bmap) in nilfs_btree_init_gc()
|
/linux/include/uapi/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 7 #define tcpoptstrip_set_bit(bmap, idx) \ argument 9 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H 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/fs/jfs/ |
H 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
|
H A D | file.c | 79 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
|
H A D | inode.c | 173 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_evict_inode() local
|
H A D | jfs_incore.h | 190 struct bmap *bmap; /* incore bmap descriptor */ member
|
/linux/fs/affs/ |
H 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/arch/riscv/kernel/ |
H A D | vendor_extensions.c | 42 struct riscv_isavendorinfo *bmap; in __riscv_isa_vendor_extension_available() local
|
H A D | cpufeature.c | 74 const unsigned long *bmap = (isa_bitmap) ? isa_bitmap : riscv_isa; in __riscv_isa_extension_available() local
|
/linux/drivers/net/ethernet/brocade/bna/ |
H 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/fs/xfs/scrub/ |
H A D | quota.h | 20 struct xfs_bmbt_irec bmap; member
|
/linux/drivers/net/ethernet/chelsio/libcxgb/ |
H 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
|
H A D | libcxgb_ppm.h | 125 unsigned long bmap[]; member
|
/linux/arch/sparc/include/asm/ |
H A D | io-unit.h | 45 unsigned long bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned long)]; member
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_hash.h | 180 unsigned long *bmap; member 188 unsigned long *bmap; member
|
H A D | rvu_npa.c | 214 unsigned long *bmap; in npa_lf_hwctx_disable() local
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rmap.c | 2751 struct xfs_bmbt_irec *bmap) in __xfs_rmap_add() 2841 struct xfs_bmbt_irec bmap; in xfs_rmap_alloc_extent() local 2863 struct xfs_bmbt_irec bmap; in xfs_rmap_free_extent() local
|
/linux/fs/fat/ |
H A D | cache.c | 312 unsigned long *mapped_blocks, sector_t *bmap) in fat_get_mapped_cluster()
|
/linux/drivers/dma/idxd/ |
H A D | init.c | 512 void multi_u64_to_bmap(unsigned long *bmap, u64 *val, int count) in multi_u64_to_bmap()
|
H A D | device.c | 754 unsigned long *bmap; in idxd_device_evl_setup() local
|
/linux/arch/arm64/kvm/ |
H A D | pmu-emul.c | 882 unsigned long *bmap = vcpu->kvm->arch.pmu_filter; in kvm_pmu_get_pmceid() local
|