Searched refs:LP_F (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/char/
H A Dlp.c226 if (LP_F(minor) & LP_ABORT)
246 if ((status & LP_PERRORP) && !(LP_F(minor) & LP_CAREFUL))
291 if (error && (nonblock || (LP_F(minor) & LP_ABORT)))
311 (LP_F(minor) & LP_ABORT));
428 (LP_F(minor) & LP_ABORT));
508 if ((LP_F(minor) & LP_EXIST) == 0) {
512 if (test_and_set_bit(LP_BUSY_BIT_POS, &LP_F(minor))) {
521 if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) {
528 LP_F(minor) &= ~LP_BUSY;
533 LP_F(mino
[all...]
/linux-master/include/linux/
H A Dlp.h22 #define LP_F(minor) lp_table[(minor)].flags /* flags for busy, etc. */ macro

Completed in 196 milliseconds