Home
last modified time | relevance | path

Searched refs:bmap (Results 126 – 150 of 162) sorted by relevance

1234567

/openbmc/linux/fs/minix/
H A Dinode.c450 .bmap = minix_bmap,
/openbmc/linux/fs/
H A Dioctl.c77 error = bmap(inode, &block); in ioctl_fibmap()
/openbmc/linux/include/linux/
H A Dfs.h424 sector_t (*bmap)(struct address_space *, sector_t); member
2659 extern int bmap(struct inode *inode, sector_t *block);
2661 static inline int bmap(struct inode *inode, sector_t *block) in bmap() function
/openbmc/linux/Documentation/filesystems/
H A Dfiemap.rst8 extent mappings. Instead of block-by-block mapping (such as bmap), fiemap
H A Dvfs.rst814 sector_t (*bmap)(struct address_space *, sector_t);
953 ``bmap``
958 system does not go through the filesystem but instead uses bmap
/openbmc/linux/fs/befs/
H A Dlinuxvfs.c91 .bmap = befs_bmap,
/openbmc/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst77 - bmap() support on files in the filesystem (FIBMAP ioctl).
79 - The use of bmap() to detect a partial page at the end of the file.
/openbmc/openbmc/poky/documentation/test-manual/
H A Dunderstand-autobuilder.rst30 "IMAGE_FSTYPES:append = ' wic wic.bmap'"
/openbmc/linux/fs/jbd2/
H A Djournal.c968 ret = bmap(journal->j_inode, &block); in jbd2_journal_bmap()
1668 err = bmap(inode, &blocknr); in jbd2_journal_init_inode()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dwic.rst232 -m, --bmap generate .bmap
/openbmc/linux/fs/affs/
H A Dfile.c466 .bmap = _affs_bmap
/openbmc/linux/fs/ntfs/
H A Daops.c1661 .bmap = ntfs_bmap,
/openbmc/linux/fs/isofs/
H A Dinode.c1209 .bmap = _isofs_bmap
/openbmc/linux/fs/ext4/
H A Dinode.c3560 .bmap = ext4_bmap,
3577 .bmap = ext4_bmap,
3594 .bmap = ext4_bmap,
3608 .bmap = ext4_bmap,
/openbmc/linux/fs/ext2/
H A Dinode.c967 .bmap = ext2_bmap,
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c428 bmap_to_share_mode(unsigned long bmap) in bmap_to_share_mode() argument
434 if (test_bit(i, &bmap)) in bmap_to_share_mode()
752 unsigned char bmap; in nfs4_resolve_deny_conflicts_locked() local
764 bmap = share_access ? st->st_deny_bmap : st->st_access_bmap; in nfs4_resolve_deny_conflicts_locked()
765 if (!(access & bmap_to_share_mode(bmap))) in nfs4_resolve_deny_conflicts_locked()
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_dev.c1134 bitmap_clear(vk->bmap, 0, VK_MSG_ID_BITMAP_SIZE); in bcm_vk_trigger_reset()
/openbmc/linux/fs/ufs/
H A Dinode.c534 .bmap = ufs_bmap
/openbmc/qemu/ui/
H A Dcocoa.m1106 static uint32_t bmap[INPUT_BUTTON__MAX] = {
1111 qemu_input_update_buttons(dcl.con, bmap, last_buttons, buttons);
H A Dvnc.c1793 static uint32_t bmap[INPUT_BUTTON__MAX] = { in pointer_event() local
1805 qemu_input_update_buttons(con, bmap, vs->last_bmask, button_mask); in pointer_event()
/openbmc/linux/sound/usb/
H A Dmixer.c575 static int check_matrix_bitmap(unsigned char *bmap, in check_matrix_bitmap() argument
579 return bmap[idx >> 3] & (0x80 >> (idx & 7)); in check_matrix_bitmap()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h105 int direction, int ndevs, unsigned long *bmap);
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2338 int bnxt_hwrm_func_drv_rgtr(struct bnxt *bp, unsigned long *bmap,
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1095 unsigned long *bmap; /* Bitmap for managing filters in use */ member
/openbmc/linux/fs/ocfs2/
H A Daops.c2476 .bmap = ocfs2_bmap,

1234567