Searched refs:xflags (Results 1 – 6 of 6) sorted by relevance
283 int liflags, xflags; in rm_init_flags() local297 xflags = (opts & RM_NEW ? SX_NEW : 0); in rm_init_flags()299 xflags | SX_NOWITNESS); in rm_init_flags()302 xflags = (opts & RM_NEW ? MTX_NEW : 0); in rm_init_flags()304 xflags | MTX_NOWITNESS); in rm_init_flags()
2093 b_xflags_t xflags; in flushbuflist() local2113 xflags = nbp->b_xflags & (BX_VNDIRTY | BX_VNCLEAN); in flushbuflist()2149 != xflags) in flushbuflist()2378 buf_vlist_add(struct buf *bp, struct bufobj *bo, b_xflags_t xflags) in buf_vlist_add() argument2387 KASSERT((xflags & BX_VNDIRTY) == 0 || (bo->bo_flag & BO_DEAD) == 0, in buf_vlist_add()2391 bp->b_xflags |= xflags; in buf_vlist_add()2392 if (xflags & BX_VNDIRTY) in buf_vlist_add()
255 unsigned int xflags; in efx_mcdi_request_start() local285 xflags = 0; in efx_mcdi_request_start()287 xflags |= MCDI_HEADER_XFLAGS_EVREQ; in efx_mcdi_request_start()308 MCDI_HEADER_XFLAGS, xflags); in efx_mcdi_request_start()324 MCDI_HEADER_XFLAGS, xflags); in efx_mcdi_request_start()
117 int xflags; /* extra flags (not used when writing a gzip file) */ member
736 state->head->xflags = (int)(hold & 0xff);
6921 xo_stack_flags (xo_xof_flags_t xflags) in xo_stack_flags() argument6923 if (xflags & XOF_DTRT) in xo_stack_flags()