Home
last modified time | relevance | path

Searched refs:wpc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_aops.c306 struct xfs_writepage_ctx *wpc, in xfs_map_blocks() argument
332 xfs_trim_extent_eof(&wpc->imap, ip); in xfs_map_blocks()
349 imap_valid = offset_fsb >= wpc->imap.br_startoff && in xfs_map_blocks()
350 offset_fsb < wpc->imap.br_startoff + wpc->imap.br_blockcount; in xfs_map_blocks()
353 wpc->io_type == XFS_IO_COW || in xfs_map_blocks()
354 wpc->cow_seq == READ_ONCE(ip->i_cowfp->if_seq))) in xfs_map_blocks()
383 wpc->cow_seq = READ_ONCE(ip->i_cowfp->if_seq); in xfs_map_blocks()
397 wpc->io_type = XFS_IO_HOLE; in xfs_map_blocks()
401 wpc->io_type = XFS_IO_COW; in xfs_map_blocks()
427 wpc->io_type = XFS_IO_HOLE; in xfs_map_blocks()
[all …]
/Linux-v4.19/drivers/staging/most/dim2/
Dhal.c69 u16 wpc; member
391 g.atx_dbr.wpc = g.atx_dbr.rpc; in dbrcnt_init()
397 g.atx_dbr.sz_queue[norm_pc(g.atx_dbr.wpc)] = buf_sz; in dbrcnt_enq()
398 g.atx_dbr.wpc++; in dbrcnt_enq()
416 if ((u16)(dbr->wpc - dbr->rpc) >= CDT0_RPC_MASK) in dim_dbr_space()
/Linux-v4.19/drivers/net/ieee802154/
Dca8210.c702 struct work_priv_container *wpc = container_of( in ca8210_mlme_reset_worker() local
707 struct ca8210_priv *priv = wpc->priv; in ca8210_mlme_reset_worker()
710 kfree(wpc); in ca8210_mlme_reset_worker()