Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/lockd/
Dclntlock.c41 __be32 b_status; /* grant callback status */ member
109 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()
150 block->b_status != nlm_lck_blocked, in nlmclnt_block()
155 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_block()
156 block->b_status = nlm_lck_blocked; in nlmclnt_block()
157 req->a_res.status = block->b_status; in nlmclnt_block()
196 block->b_status = nlm_granted; in nlmclnt_grant()
288 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
/kernel/liteos_a/fs/include/fs/
Dfs_operation.h201 extern int los_set_systime_status(BOOL b_status);
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dni_mio_common.c927 unsigned short b_status; in ni_ao_wait_for_dma_load() local
929 b_status = ni_stc_readw(dev, NISTC_AO_STATUS1_REG); in ni_ao_wait_for_dma_load()
930 if (b_status & NISTC_AO_STATUS1_FIFO_HF) in ni_ao_wait_for_dma_load()
1341 static void ack_b_interrupt(struct comedi_device *dev, unsigned short b_status) in ack_b_interrupt() argument
1345 if (b_status & NISTC_AO_STATUS1_BC_TC) in ack_b_interrupt()
1347 if (b_status & NISTC_AO_STATUS1_OVERRUN) in ack_b_interrupt()
1349 if (b_status & NISTC_AO_STATUS1_START) in ack_b_interrupt()
1351 if (b_status & NISTC_AO_STATUS1_START1) in ack_b_interrupt()
1353 if (b_status & NISTC_AO_STATUS1_UC_TC) in ack_b_interrupt()
1355 if (b_status & NISTC_AO_STATUS1_UI2_TC) in ack_b_interrupt()
[all …]