Home
last modified time | relevance | path

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

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