Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_aops.c424 struct xfs_writepage_ctx *wpc, in xfs_imap_valid() argument
428 if (offset_fsb < wpc->imap.br_startoff || in xfs_imap_valid()
429 offset_fsb >= wpc->imap.br_startoff + wpc->imap.br_blockcount) in xfs_imap_valid()
436 if (wpc->fork == XFS_COW_FORK) in xfs_imap_valid()
446 if (wpc->data_seq != READ_ONCE(ip->i_df.if_seq)) in xfs_imap_valid()
449 wpc->cow_seq != READ_ONCE(ip->i_cowfp->if_seq)) in xfs_imap_valid()
464 struct xfs_writepage_ctx *wpc, in xfs_convert_blocks() argument
477 error = xfs_bmapi_convert_delalloc(ip, wpc->fork, offset_fsb, in xfs_convert_blocks()
478 &wpc->imap, wpc->fork == XFS_COW_FORK ? in xfs_convert_blocks()
479 &wpc->cow_seq : &wpc->data_seq); in xfs_convert_blocks()
[all …]
/Linux-v5.4/drivers/staging/most/dim2/
Dhal.c70 u16 wpc; member
390 g.atx_dbr.wpc = g.atx_dbr.rpc; in dbrcnt_init()
396 g.atx_dbr.sz_queue[norm_pc(g.atx_dbr.wpc)] = buf_sz; in dbrcnt_enq()
397 g.atx_dbr.wpc++; in dbrcnt_enq()
415 if ((u16)(dbr->wpc - dbr->rpc) >= CDT0_RPC_MASK) in dim_dbr_space()
/Linux-v5.4/drivers/net/ieee802154/
Dca8210.c703 struct work_priv_container *wpc = container_of( in ca8210_mlme_reset_worker() local
708 struct ca8210_priv *priv = wpc->priv; in ca8210_mlme_reset_worker()
711 kfree(wpc); in ca8210_mlme_reset_worker()