Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dpage.c240 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_attr_changed()
326 (1UL << FSCACHE_OP_UNUSE_COOKIE); in fscache_alloc_retrieval()
994 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_write_page()
Doperation.c530 if (test_bit(FSCACHE_OP_UNUSE_COOKIE, &op->flags)) in fscache_put_operation()
Dcookie.c917 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_check_consistency()
Dobject.c997 (1 << FSCACHE_OP_UNUSE_COOKIE); in _fscache_invalidate_object()
/Linux-v4.19/include/linux/
Dfscache-cache.h113 #define FSCACHE_OP_UNUSE_COOKIE 7 /* call fscache_unuse_cookie() on completion */ macro