Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfscache-cache.h108 #define FSCACHE_OP_DEC_READ_CNT 6 /* decrement object->n_reads on destruction */ macro
/Linux-v5.4/fs/fscache/
Dpage.c479 __set_bit(FSCACHE_OP_DEC_READ_CNT, &op->op.flags); in __fscache_read_or_alloc_page()
606 __set_bit(FSCACHE_OP_DEC_READ_CNT, &op->op.flags); in __fscache_read_or_alloc_pages()
Doperation.c524 if (test_bit(FSCACHE_OP_DEC_READ_CNT, &op->flags)) in fscache_put_operation()