/linux-4.1.27/fs/nilfs2/ |
D | bmap.c | 35 struct inode *nilfs_bmap_get_dat(const struct nilfs_bmap *bmap) in nilfs_bmap_get_dat() 42 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, in nilfs_bmap_convert_error() 75 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level() 99 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig() 111 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert() 155 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert() 166 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete() 210 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key() 223 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key() 253 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 | 118 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() 154 static int nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_delete() 209 static int nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_check_insert() 235 int nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, in nilfs_direct_delete_and_convert() 268 static int nilfs_direct_propagate(struct nilfs_bmap *bmap, in nilfs_direct_propagate() 333 static int nilfs_direct_assign(struct nilfs_bmap *bmap, in nilfs_direct_assign() 382 int nilfs_direct_init(struct nilfs_bmap *bmap) in nilfs_direct_init()
|
D | nilfs.h | 84 NILFS_BMAP_I(const struct nilfs_bmap *bmap) in NILFS_BMAP_I()
|
D | ioctl.c | 486 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; in nilfs_ioctl_do_get_bdescs() local 784 struct nilfs_bmap *bmap = NILFS_I(nilfs->ns_dat)->i_bmap; in nilfs_ioctl_mark_blocks_dirty() local
|
D | btree.c | 2390 static void __nilfs_btree_init(struct nilfs_bmap *bmap) in __nilfs_btree_init() 2397 int nilfs_btree_init(struct nilfs_bmap *bmap) in nilfs_btree_init() 2409 void nilfs_btree_init_gc(struct nilfs_bmap *bmap) in nilfs_btree_init_gc()
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 6 #define tcpoptstrip_set_bit(bmap, idx) \ argument 8 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/linux-4.1.27/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 | 141 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
|
/linux-4.1.27/fs/affs/ |
D | bitmap.c | 43 u32 blk, bmap, bit, mask, tmp; in affs_free_block() local 121 u32 blk, bmap, bit, mask, mask2, tmp; in affs_alloc_block() local
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 548 u32 bmap; in bnad_get_strings() local 724 u32 bmap; in bnad_get_stats_count_locked() local 857 u32 bmap; in bnad_get_ethtool_stats() local
|
D | bnad.c | 2444 u32 bmap; in bnad_netdev_hwstats_fill() local
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | io-unit.h | 44 unsigned long bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned long)]; member
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-ptl.c | 315 __u64 *bmap; in lnet_mt_test_exhausted() local 340 __u64 *bmap; in lnet_mt_set_exhausted() local
|
/linux-4.1.27/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 | 485 stat_cnt_t bmap; member
|
/linux-4.1.27/virt/kvm/arm/ |
D | vgic-v3-emul.c | 259 unsigned long *bmap, mpidr; in handle_mmio_route_reg() local
|
D | vgic-v2-emul.c | 159 unsigned long *bmap; in vgic_set_target_reg() local
|
/linux-4.1.27/fs/ |
D | inode.c | 1502 sector_t bmap(struct inode *inode, sector_t block) in bmap() function
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4proc.c | 1801 u32 *bmap = op->u.getattr.ga_bmval; in nfsd4_getattr_rsize() local
|
D | nfs4state.c | 919 bmap_to_share_mode(unsigned long bmap) { in bmap_to_share_mode()
|
/linux-4.1.27/sound/usb/ |
D | mixer.c | 562 static int check_matrix_bitmap(unsigned char *bmap, in check_matrix_bitmap()
|
/linux-4.1.27/fs/ocfs2/ |
D | suballoc.c | 2392 unsigned long *bmap)) in ocfs2_block_group_clear_bits()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 388 sector_t (*bmap)(struct address_space *, sector_t); member
|