/fs/nilfs2/ |
D | bmap.c | 31 struct inode *nilfs_bmap_get_dat(const struct nilfs_bmap *bmap) in nilfs_bmap_get_dat() 38 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, in nilfs_bmap_convert_error() 71 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level() 95 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig() 107 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert() 151 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert() 162 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete() 206 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key() 219 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key() 249 int nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_delete() [all …]
|
D | bmap.h | 135 #define NILFS_BMAP_USE_VBN(bmap) ((bmap)->b_ptr_type > 0) argument 176 static inline int nilfs_bmap_lookup(struct nilfs_bmap *bmap, __u64 key, in nilfs_bmap_lookup() 187 static inline int nilfs_bmap_prepare_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_prepare_alloc_ptr() 198 static inline void nilfs_bmap_commit_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_commit_alloc_ptr() 206 static inline void nilfs_bmap_abort_alloc_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_abort_alloc_ptr() 216 static inline int nilfs_bmap_prepare_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_prepare_end_ptr() 223 static inline void nilfs_bmap_commit_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_commit_end_ptr() 232 static inline void nilfs_bmap_abort_end_ptr(struct nilfs_bmap *bmap, in nilfs_bmap_abort_end_ptr() 240 static inline void nilfs_bmap_set_target_v(struct nilfs_bmap *bmap, __u64 key, in nilfs_bmap_set_target_v() 255 static inline int nilfs_bmap_dirty(const struct nilfs_bmap *bmap) in nilfs_bmap_dirty() [all …]
|
D | direct.c | 115 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() 151 static int nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_delete() 206 static int nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_check_insert() 232 int nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, in nilfs_direct_delete_and_convert() 265 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() 381 int nilfs_direct_init(struct nilfs_bmap *bmap) in nilfs_direct_init()
|
D | ioctl.c | 481 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; in nilfs_ioctl_do_get_bdescs() local 777 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; in nilfs_ioctl_mark_blocks_dirty() local
|
D | nilfs.h | 82 NILFS_BMAP_I(const struct nilfs_bmap *bmap) in NILFS_BMAP_I()
|
D | btree.c | 2396 static void __nilfs_btree_init(struct nilfs_bmap *bmap) in __nilfs_btree_init() 2403 int nilfs_btree_init(struct nilfs_bmap *bmap) in nilfs_btree_init() 2414 void nilfs_btree_init_gc(struct nilfs_bmap *bmap) in nilfs_btree_init_gc()
|
/fs/xfs/ |
D | xfs_trans_bmap.c | 126 struct xfs_map_extent *bmap, in xfs_trans_set_bmap_flags() 154 struct xfs_bmap_intent *bmap; in xfs_bmap_update_log_item() local 198 struct xfs_bmap_intent *bmap; in xfs_bmap_update_finish_item() local 233 struct xfs_bmap_intent *bmap; in xfs_bmap_update_cancel_item() local
|
D | xfs_bmap_item.c | 397 struct xfs_map_extent *bmap; in xfs_bui_recover() local
|
/fs/jfs/ |
D | jfs_dmap.h | 243 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
|
D | file.c | 92 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
|
D | super.c | 142 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_destroy_inode() local
|
D | jfs_incore.h | 192 struct bmap *bmap; /* incore bmap descriptor */ member
|
/fs/affs/ |
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
|
/fs/xfs/libxfs/ |
D | xfs_rmap.c | 2187 struct xfs_bmbt_irec *bmap) in __xfs_rmap_add() 2271 struct xfs_bmbt_irec bmap; in xfs_rmap_alloc_extent() local 2295 struct xfs_bmbt_irec bmap; in xfs_rmap_free_extent() local
|
D | xfs_bmap.c | 6423 struct xfs_bmbt_irec *bmap) in xfs_bmap_is_update_needed() 6437 struct xfs_bmbt_irec *bmap) in __xfs_bmap_add()
|
/fs/reiserfs/ |
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()
|
D | reiserfs.h | 486 stat_cnt_t bmap; member
|
/fs/fat/ |
D | cache.c | 312 unsigned long *mapped_blocks, sector_t *bmap) in fat_get_mapped_cluster()
|
D | inode.c | 288 sector_t bmap; in fat_get_block_bmap() local
|
/fs/ |
D | inode.c | 1567 sector_t bmap(struct inode *inode, sector_t block) in bmap() function
|
/fs/nfsd/ |
D | nfs4proc.c | 1886 u32 *bmap = op->u.getattr.ga_bmval; in nfsd4_getattr_rsize() local
|
D | nfs4state.c | 1043 bmap_to_share_mode(unsigned long bmap) { in bmap_to_share_mode()
|
/fs/ocfs2/ |
D | suballoc.c | 2404 unsigned long *bmap)) in ocfs2_block_group_clear_bits()
|