Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-6.6/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()
94 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig()
106 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert()
150 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert()
161 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete()
205 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key()
218 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key()
248 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.c111 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()
/kernel/linux/linux-5.10/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()
94 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig()
106 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert()
150 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert()
161 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete()
205 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key()
218 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key()
248 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()
374 int nilfs_direct_init(struct nilfs_bmap *bmap) in nilfs_direct_init()
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dxt_TCPOPTSTRIP.h7 #define tcpoptstrip_set_bit(bmap, idx) \ argument
9 #define tcpoptstrip_test_bit(bmap, idx) \ argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
Dxt_TCPOPTSTRIP.h22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument
23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
Dxt_TCPOPTSTRIP.h9 #define tcpoptstrip_set_bit(bmap, idx) \ argument
11 #define tcpoptstrip_test_bit(bmap, idx) \ argument
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
Dxt_TCPOPTSTRIP.h7 #define tcpoptstrip_set_bit(bmap, idx) \ argument
9 #define tcpoptstrip_test_bit(bmap, idx) \ argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
Dxt_TCPOPTSTRIP.h22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument
23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_bmap_item.c282 struct xfs_map_extent *bmap, in xfs_trans_set_bmap_flags()
307 struct xfs_bmap_intent *bmap) in xfs_bmap_update_log_item()
340 struct xfs_bmap_intent *bmap; in xfs_bmap_update_create_intent() local
370 struct xfs_bmap_intent *bmap; in xfs_bmap_update_finish_item() local
405 struct xfs_bmap_intent *bmap; in xfs_bmap_update_cancel_item() local
434 struct xfs_map_extent *bmap; in xfs_bui_item_recover() local
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_rdma.c38 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()
1752 struct qed_bmap *bmap; in qed_rdma_destroy_srq() local
1801 struct qed_bmap *bmap; in qed_rdma_create_srq() local
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
Dqed_rdma.c39 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
/kernel/linux/linux-6.6/fs/jfs/
Djfs_dmap.h230 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
Dfile.c79 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
/kernel/linux/linux-5.10/fs/jfs/
Djfs_dmap.h230 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
Dfile.c79 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c532 u32 bmap; in bnad_get_strings() local
713 u32 bmap; in bnad_get_stats_count_locked() local
848 u32 bmap; in bnad_get_ethtool_stats() local
/kernel/linux/linux-5.10/arch/riscv/kernel/
Dcpufeature.c53 const unsigned long *bmap = (isa_bitmap) ? isa_bitmap : riscv_isa; in __riscv_isa_extension_available() local
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c602 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
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
Dvmx_dirty_log_test.c71 unsigned long *bmap; in main() local
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
Dvmx_dirty_log_test.c73 unsigned long *bmap; in main() local

12345