Home
last modified time | relevance | path

Searched defs:bmap (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/fs/nilfs2/
Dbmap.c22 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()
62 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level()
86 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig()
98 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert()
142 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert()
153 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete()
197 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key()
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()
[all …]
Dbmap.h126 #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()
231 static inline void nilfs_bmap_set_target_v(struct nilfs_bmap *bmap, __u64 key, in nilfs_bmap_set_target_v()
246 static inline int nilfs_bmap_dirty(const struct nilfs_bmap *bmap) in nilfs_bmap_dirty()
[all …]
Ddirect.c106 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()
372 int nilfs_direct_init(struct nilfs_bmap *bmap) in nilfs_direct_init()
Dioctl.c472 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; in nilfs_ioctl_do_get_bdescs() local
768 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; in nilfs_ioctl_mark_blocks_dirty() local
Dnilfs.h73 NILFS_BMAP_I(const struct nilfs_bmap *bmap) in NILFS_BMAP_I()
Dbtree.c2387 static void __nilfs_btree_init(struct nilfs_bmap *bmap) in __nilfs_btree_init()
2394 int nilfs_btree_init(struct nilfs_bmap *bmap) in nilfs_btree_init()
2405 void nilfs_btree_init_gc(struct nilfs_bmap *bmap) in nilfs_btree_init_gc()
/Linux-v4.19/fs/xfs/
Dxfs_trans_bmap.c111 struct xfs_map_extent *bmap, in xfs_trans_set_bmap_flags()
139 struct xfs_bmap_intent *bmap; in xfs_bmap_update_log_item() local
182 struct xfs_bmap_intent *bmap; in xfs_bmap_update_finish_item() local
217 struct xfs_bmap_intent *bmap; in xfs_bmap_update_cancel_item() local
Dxfs_bmap_item.c383 struct xfs_map_extent *bmap; in xfs_bui_recover() local
/Linux-v4.19/include/uapi/linux/netfilter/
Dxt_TCPOPTSTRIP.h7 #define tcpoptstrip_set_bit(bmap, idx) \ argument
9 #define tcpoptstrip_test_bit(bmap, idx) \ argument
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_rdma.c63 struct qed_bmap *bmap, u32 max_count, char *name) in qed_rdma_bmap_alloc()
81 struct qed_bmap *bmap, u32 *id_num) in qed_rdma_bmap_alloc_id()
96 struct qed_bmap *bmap, u32 id_num) in qed_bmap_set_id()
105 struct qed_bmap *bmap, u32 id_num) in qed_bmap_release_id()
124 struct qed_bmap *bmap, u32 id_num) in qed_bmap_test_id()
132 static bool qed_bmap_is_empty(struct qed_bmap *bmap) in qed_bmap_is_empty()
308 struct qed_bmap *bmap, bool check) in qed_rdma_bmap_free()
1694 struct qed_bmap *bmap; in qed_rdma_destroy_srq() local
1740 struct qed_bmap *bmap; in qed_rdma_create_srq() local
/Linux-v4.19/fs/jfs/
Djfs_dmap.h243 struct bmap { struct
244 struct dbmap db_bmap; /* on-disk aggregate map descriptor */ argument
245 struct inode *db_ipbmap; /* ptr to aggregate map incore inode */ argument
246 struct mutex db_bmaplock; /* aggregate map lock */ argument
252 #define db_mapsize db_bmap.dn_mapsize argument
Dfile.c92 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
Dsuper.c142 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_destroy_inode() local
/Linux-v4.19/tools/testing/selftests/kvm/
Ddirty_log_test.c145 void vm_dirty_log_verify(unsigned long *bmap, uint64_t iteration) in vm_dirty_log_verify()
229 unsigned long *bmap, iterations = TEST_HOST_LOOP_N, in main() local
/Linux-v4.19/fs/affs/
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
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c541 u32 bmap; in bnad_get_strings() local
722 u32 bmap; in bnad_get_stats_count_locked() local
857 u32 bmap; in bnad_get_ethtool_stats() local
/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.c85 static int ppm_find_unused_entries(unsigned long *bmap, in ppm_find_unused_entries()
347 unsigned int bmap; in ppm_alloc_cpu_pool() local
Dlibcxgb_ppm.h125 unsigned long bmap[0]; member
/Linux-v4.19/arch/sparc/include/asm/
Dio-unit.h45 unsigned long bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned long)]; member
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c58 struct uld_msix_bmap *bmap = &adap->msix_bmap_ulds; in get_msix_idx_from_bmap() local
77 struct uld_msix_bmap *bmap = &adap->msix_bmap_ulds; in free_msix_idx_in_bmap() local
/Linux-v4.19/lib/
Dtest_bitmap.c36 const unsigned long *exp_bmap, const unsigned long *bmap, in __check_eq_bitmap()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_rmap.c2284 struct xfs_bmbt_irec *bmap) in __xfs_rmap_add()
2371 struct xfs_bmbt_irec bmap; in xfs_rmap_alloc_extent() local
2393 struct xfs_bmbt_irec bmap; in xfs_rmap_free_extent() local
/Linux-v4.19/fs/reiserfs/
Dbitmap.c64 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-v4.19/fs/fat/
Dcache.c312 unsigned long *mapped_blocks, sector_t *bmap) in fat_get_mapped_cluster()
/Linux-v4.19/include/media/
Dmedia-entity.h81 unsigned long *bmap; member

12