Searched defs:bmp (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/fs/jfs/
H A Djfs_discard.c83 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; jfs_ioc_trim() local
H A Djfs_extent.c515 struct bmap *bmp = sbi->bmap; extBalloc() local
H A Dresize.c70 struct bmap *bmp = sbi->bmap; jfs_extendfs() local
H A Djfs_imap.c868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; diFree() local
2027 struct metapage *amp = NULL, *bmp = NULL; diAllocBit() local
2174 struct metapage *amp, *bmp, *cmp, *dmp; diNewExt() local
H A Djfs_dmap.c167 struct bmap *bmp; dbMount() local
244 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; dbUnmount() local
266 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; dbSync() local
338 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; dbFree() local
429 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; dbUpdatePMap() local
610 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; dbNextAG() local
704 struct bmap *bmp; dbAlloc() local
897 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; dbAllocExact() local
1035 struct bmap *bmp; dbExtend() local
1125 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, dbAllocNext() argument
1257 dbAllocNear(struct bmap * bmp, dbAllocNear() argument
1366 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) dbAllocAG() argument
1564 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) dbAllocAny() argument
1622 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; dbDiscardAG() local
1727 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno) dbFindCtl() argument
1846 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) dbAllocCtl() argument
1997 dbAllocDmapLev(struct bmap * bmp, dbAllocDmapLev() argument
2060 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, dbAllocDmap() argument
2115 static int dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, dbFreeDmap() argument
2177 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, dbAllocBits() argument
2324 static int dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, dbFreeBits() argument
2508 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) dbAdjCtl() argument
3215 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; dbAllocBottomUp() local
3263 static int dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, dbAllocDmapBU() argument
3395 struct bmap *bmp = sbi->bmap; dbExtendFS() local
3658 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; dbFinalizeBmap() local
/linux-4.1.27/drivers/uwb/
H A Ddrp-avail.c227 int uwbd_evt_get_drp_avail(struct uwb_event *evt, unsigned long *bmp) uwbd_evt_get_drp_avail() argument
/linux-4.1.27/arch/powerpc/sysdev/
H A Dmsi_bitmap.c17 int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num) msi_bitmap_alloc_hwirqs() argument
41 void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, msi_bitmap_free_hwirqs() argument
55 void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq) msi_bitmap_reserve_hwirq() argument
77 int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp) msi_bitmap_reserve_dt_hwirqs() argument
114 int msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count, msi_bitmap_alloc() argument
139 void msi_bitmap_free(struct msi_bitmap *bmp) msi_bitmap_free() argument
150 struct msi_bitmap bmp; test_basics() local
218 struct msi_bitmap bmp; test_of_node() local
H A Dppc4xx_hsta_msi.c30 struct msi_bitmap bmp; member in struct:ppc4xx_hsta_msi
/linux-4.1.27/fs/hpfs/
H A Dalloc.c71 __le32 *bmp; chk_if_allocated() local
117 __le32 *bmp; alloc_in_bmp() local
298 __le32 *bmp; hpfs_alloc_if_possible() local
317 __le32 *bmp; hpfs_free_sectors() local
363 __le32 *bmp; hpfs_check_free_dnodes() local
415 __le32 *bmp; hpfs_free_dnode() local
H A Dmap.c111 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) hpfs_load_bitmap_directory() argument
H A Dhpfs_fn.h181 static inline unsigned tstbits(__le32 *bmp, unsigned b, unsigned n) tstbits() argument
/linux-4.1.27/tools/power/cpupower/utils/helpers/
H A Dbitmask.c25 struct bitmask *bmp; bitmask_alloc() local
40 void bitmask_free(struct bitmask *bmp) bitmask_free() argument
61 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) _getbit() argument
70 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) _setbit() argument
114 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i) bitmask_setbit() argument
121 struct bitmask *bitmask_setall(struct bitmask *bmp) bitmask_setall() argument
130 struct bitmask *bitmask_clearall(struct bitmask *bmp) bitmask_clearall() argument
139 int bitmask_isallclear(const struct bitmask *bmp) bitmask_isallclear() argument
149 int bitmask_isbitset(const struct bitmask *bmp, unsigned int i) bitmask_isbitset() argument
155 unsigned int bitmask_first(const struct bitmask *bmp) bitmask_first() argument
161 unsigned int bitmask_last(const struct bitmask *bmp) bitmask_last() argument
172 unsigned int bitmask_next(const struct bitmask *bmp, unsigned int i) bitmask_next() argument
191 int bitmask_parselist(const char *buf, struct bitmask *bmp) bitmask_parselist() argument
274 int bitmask_displaylist(char *buf, int buflen, const struct bitmask *bmp) bitmask_displaylist() argument
/linux-4.1.27/fs/ntfs/
H A Ddir.c1115 u8 *kaddr, *bmp, *index_end; ntfs_readdir() local
/linux-4.1.27/arch/powerpc/platforms/ps3/
H A Dinterrupt.c89 struct ps3_bmp bmp __attribute__ ((aligned (PS3_BMP_MINALIGN))); member in struct:ps3_private
/linux-4.1.27/fs/hfsplus/
H A Dxattr.c67 char *bmp; hfsplus_init_header_node() local
/linux-4.1.27/drivers/ps3/
H A Dps3-vuart.c874 struct ports_bmp *bmp; member in struct:vuart_bus_priv
115 _dump_ports_bmp( const struct ports_bmp *bmp, const char *func, int line) _dump_ports_bmp() argument
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_h323_asn1.c495 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; decode_seq() local
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_ct.c290 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, lpfc_gen_req() argument
578 struct lpfc_dmabuf *bmp; lpfc_cmpl_ct_cmd_gid_ft() local
1132 struct lpfc_dmabuf *mp, *bmp; lpfc_ns_cmd() local
1407 struct lpfc_dmabuf *mp, *bmp; lpfc_fdmi_cmd() local
373 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), uint32_t rsp_size, uint8_t retry) lpfc_ct_cmd() argument
H A Dlpfc_bsg.c302 struct lpfc_dmabuf *bmp, *cmp, *rmp; lpfc_bsg_send_mgmt_cmd_cmp() local
391 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; lpfc_bsg_send_mgmt_cmd() local
1387 struct lpfc_dmabuf *bmp, *cmp; lpfc_issue_ct_rsp_cmp() local
1615 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL; lpfc_bsg_send_mgmt_rsp() local
4957 struct lpfc_dmabuf *bmp, *cmp, *rmp; lpfc_bsg_menlo_cmd_cmp() local
5052 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; lpfc_menlo_cmd() local
1462 lpfc_issue_ct_rsp(struct lpfc_hba *phba, struct fc_bsg_job *job, uint32_t tag, struct lpfc_dmabuf *cmp, struct lpfc_dmabuf *bmp, int num_entry) lpfc_issue_ct_rsp() argument
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1086 uint8_t *bmp = &bios->data[offset], bmp_version_major, bmp_version_minor; parse_bmp_structure() local
/linux-4.1.27/include/uapi/linux/
H A Dxfrm.h98 __u32 bmp[0]; member in struct:xfrm_replay_state_esn

Completed in 3841 milliseconds