Home
last modified time | relevance | path

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

/Linux-v5.15/fs/fscache/
Dpage.c236 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_attr_changed()
321 (1UL << FSCACHE_OP_UNUSE_COOKIE); in fscache_alloc_retrieval()
984 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_write_page()
Doperation.c529 if (test_bit(FSCACHE_OP_UNUSE_COOKIE, &op->flags)) in fscache_put_operation()
Dcookie.c930 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_check_consistency()
Dobject.c988 (1 << FSCACHE_OP_UNUSE_COOKIE); in _fscache_invalidate_object()
/Linux-v5.15/include/linux/
Dfscache-cache.h109 #define FSCACHE_OP_UNUSE_COOKIE 7 /* call fscache_unuse_cookie() on completion */ macro