Home
last modified time | relevance | path

Searched refs:FSCACHE_OP_UNUSE_COOKIE (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/fscache/
Dpage.c236 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_attr_changed()
322 (1UL << FSCACHE_OP_UNUSE_COOKIE); in fscache_alloc_retrieval()
990 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_write_page()
Doperation.c526 if (test_bit(FSCACHE_OP_UNUSE_COOKIE, &op->flags)) in fscache_put_operation()
Dcookie.c901 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_check_consistency()
Dobject.c996 (1 << FSCACHE_OP_UNUSE_COOKIE); in _fscache_invalidate_object()
/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h109 #define FSCACHE_OP_UNUSE_COOKIE 7 /* call fscache_unuse_cookie() on completion */ macro