Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfscache-cache.h112 #define FSCACHE_OP_DEC_READ_CNT 6 /* decrement object->n_reads on destruction */ macro
/Linux-v4.19/fs/fscache/
Dpage.c483 __set_bit(FSCACHE_OP_DEC_READ_CNT, &op->op.flags); in __fscache_read_or_alloc_page()
610 __set_bit(FSCACHE_OP_DEC_READ_CNT, &op->op.flags); in __fscache_read_or_alloc_pages()
Doperation.c528 if (test_bit(FSCACHE_OP_DEC_READ_CNT, &op->flags)) in fscache_put_operation()