Searched refs:is_removed (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/dlm/
H A Drecover.c449 int is_removed = 0; local
455 is_removed = dlm_is_removed(ls, r->res_nodeid);
457 if (!is_removed && !rsb_flag(r, RSB_NEW_MASTER))
464 if (is_removed) {
469 /* set master of lkbs to ourself when is_removed, or to
/linux-master/drivers/mmc/host/
H A Dmoxart-mmc.c146 bool is_removed; member in struct:moxart_host
426 if (host->is_removed) {
462 host->is_removed = status & CARD_DETECT;
463 if (host->is_removed && host->have_dma) {
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c1405 bool is_removed; local
1408 is_removed = GET_FIELD(blk->flags, DBG_BLOCK_CHIP_IS_REMOVED);
1412 if (!is_removed && has_rst_reg)
1715 bool is_removed, has_reset_reg, unreset_before_dump; local
1721 is_removed =
1730 if (!is_removed && has_reset_reg && unreset_before_dump)
3448 bool is_removed, has_dbg_bus; local
3454 is_removed = GET_FIELD(block_per_chip->flags,
3459 if (!is_removed && has_dbg_bus &&
3469 if (is_removed || !has_dbg_bu
[all...]
/linux-master/drivers/nvme/host/
H A Dcore.c42 bool is_removed; member in struct:nvme_ns_info
1560 info->is_removed = true;
2091 info->is_removed = true;
3947 if (info.is_removed)

Completed in 284 milliseconds