Searched refs:bmap (Results 101 - 122 of 122) sorted by relevance

12345

/linux-master/fs/jbd2/
H A Djournal.c968 ret = bmap(journal->j_inode, &block);
1666 * the journal. The inode must exist already, must support bmap() and
1676 err = bmap(inode, &blocknr);
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_dev.c1134 bitmap_clear(vk->bmap, 0, VK_MSG_ID_BITMAP_SIZE);
/linux-master/fs/affs/
H A Dfile.c466 .bmap = _affs_bmap
/linux-master/fs/ufs/
H A Dinode.c537 .bmap = ufs_bmap
/linux-master/fs/ext2/
H A Dinode.c967 .bmap = ext2_bmap,
/linux-master/fs/isofs/
H A Dinode.c1209 .bmap = _isofs_bmap
/linux-master/fs/ext4/
H A Dinode.c3076 * bmap() is special. It gets used by applications such as lilo and by
3086 * So, if we see any bmap calls here on a modified, data-journaled file,
3530 .bmap = ext4_bmap,
3547 .bmap = ext4_bmap,
3564 .bmap = ext4_bmap,
3578 .bmap = ext4_bmap,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1095 unsigned long *bmap; /* Bitmap for managing filters in use */ member in struct:cxgb4_ethtool_filter_info
/linux-master/fs/ocfs2/
H A Daops.c453 * The swap code (ab-)uses ->bmap to get a block mapping and then
456 * 0 is the magic code for a bmap error..
2474 .bmap = ocfs2_bmap,
H A Dsuballoc.c2386 unsigned long *bmap))
2379 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) argument
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h105 int direction, int ndevs, unsigned long *bmap);
/linux-master/sound/usb/
H A Dmixer.c575 static int check_matrix_bitmap(unsigned char *bmap, argument
579 return bmap[idx >> 3] & (0x80 >> (idx & 7));
/linux-master/fs/nfsd/
H A Dnfs4state.c430 bmap_to_share_mode(unsigned long bmap) argument
436 if (test_bit(i, &bmap))
754 unsigned char bmap; local
766 bmap = share_access ? st->st_deny_bmap : st->st_access_bmap;
767 if (!(access & bmap_to_share_mode(bmap)))
/linux-master/fs/reiserfs/
H A Dinode.c280 * returns 0 (being called from bmap) or read direct item into piece
358 * we are called by bmap. FIXME: we can not map block of file
3415 .bmap = reiserfs_aop_bmap,
H A Dreiserfs.h483 stat_cnt_t bmap; member in struct:reiserfs_proc_info_data::__scan_bitmap_stats
/linux-master/drivers/md/
H A Dmd-bitmap.c346 * address of each block (using bmap). These addresses will be used
376 ret = bmap(inode, &block);
1923 /* As future accesses to this file will use bmap,
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2683 int bnxt_hwrm_func_drv_rgtr(struct bnxt *bp, unsigned long *bmap,
H A Dbnxt.c5200 int bnxt_hwrm_func_drv_rgtr(struct bnxt *bp, unsigned long *bmap, int bmap_size, argument
5270 if (bmap && bmap_size) {
5272 if (test_bit(i, bmap))
/linux-master/fs/udf/
H A Dinode.c17 * 11/25/98 bmap altered to better support extents
333 .bmap = udf_bmap,
/linux-master/fs/ntfs3/
H A Dinode.c2121 .bmap = ntfs_bmap,
/linux-master/fs/f2fs/
H A Ddata.c4078 .bmap = f2fs_bmap,
/linux-master/fs/fuse/
H A Dfile.c3331 .bmap = fuse_bmap,

Completed in 442 milliseconds

12345