Home
last modified time | relevance | path

Searched refs:dtp (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/alchemy/common/
H A Ddbdma.c260 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local
275 dtp = find_dbdev_id(destid); in au1xxx_dbdma_chan_alloc()
276 if (dtp == NULL) in au1xxx_dbdma_chan_alloc()
287 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc()
288 (dtp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc()
290 dtp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc()
327 ctp->chan_dest = dtp; in au1xxx_dbdma_chan_alloc()
337 if (dtp->dev_intlevel) in au1xxx_dbdma_chan_alloc()
339 if (dtp->dev_intpolarity) in au1xxx_dbdma_chan_alloc()
342 (dtp->dev_flags & DEV_FLAGS_SYNC)) in au1xxx_dbdma_chan_alloc()
[all …]
/linux/drivers/block/
H A Dataflop.c1592 struct atari_disk_type *dtp; in fd_locked_ioctl() local
1606 dtp = &atari_disk_type[type]; in fd_locked_ioctl()
1609 drive, dtp, dtp->name); in fd_locked_ioctl()
1615 dtp = UDT; in fd_locked_ioctl()
1618 getprm.size = dtp->blocks; in fd_locked_ioctl()
1619 getprm.sect = dtp->spt; in fd_locked_ioctl()
1621 getprm.track = dtp->blocks/dtp->spt/2; in fd_locked_ioctl()
1622 getprm.stretch = dtp->stretch; in fd_locked_ioctl()
1677 dtp = &atari_disk_type[setidx]; in fd_locked_ioctl()
1680 if ( dtp->blocks == setprm.size in fd_locked_ioctl()
[all …]
/linux/fs/jfs/
H A Djfs_dmap.c105 static int dbInitTree(struct dmaptree * dtp);
3881 static int dbInitTree(struct dmaptree * dtp) in dbInitTree() argument
3887 tp = dtp->stree; in dbInitTree()
3890 l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin; in dbInitTree()
3906 for (l2free = dtp->budmin, bsize = 1; l2free < l2max; in dbInitTree()
3912 for (i = 0, cp = tp + le32_to_cpu(dtp->leafidx); in dbInitTree()
3913 i < le32_to_cpu(dtp->nleafs); in dbInitTree()
3933 for (child = le32_to_cpu(dtp->leafidx), in dbInitTree()
3934 nparent = le32_to_cpu(dtp->nleafs) >> 2; in dbInitTree()
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c938 struct xfs_trans *dtp, in xfs_defer_move() argument
941 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move()
949 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()