Home
last modified time | relevance | path

Searched refs:inval_counter (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/cachefiles/
H A Dio.c29 unsigned int inval_counter; /* Copy of cookie->inval_counter */ member
58 if (ki->object->cookie->inval_counter == ki->inval_counter) in cachefiles_read_complete()
144 ki->inval_counter = cres->inval_counter; in cachefiles_read()
/openbmc/linux/fs/fscache/
H A Dio.c84 cres->inval_counter = cookie->inval_counter; in fscache_begin_operation()
H A Dcookie.c1072 cookie->inval_counter++; in __fscache_invalidate()
1088 _leave(" [look %x]", cookie->inval_counter); in __fscache_invalidate()
/openbmc/linux/include/linux/
H A Dnetfs.h142 unsigned int inval_counter; /* object->inval_counter at begin_op */ member
H A Dfscache.h107 unsigned int inval_counter; /* Number of invalidations made */ member
/openbmc/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst183 unsigned int inval_counter;
218 * ``inval_counter`` - The number of invalidations done on the cookie.