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

/linux-master/fs/netfs/
H A Dfscache_io.c84 cres->inval_counter = cookie->inval_counter;
H A Dfscache_cookie.c1068 cookie->inval_counter++;
1084 _leave(" [look %x]", cookie->inval_counter);
/linux-master/fs/cachefiles/
H A Dio.c29 unsigned int inval_counter; /* Copy of cookie->inval_counter */ member in struct:cachefiles_kiocb
58 if (ki->object->cookie->inval_counter == ki->inval_counter)
144 ki->inval_counter = cres->inval_counter;
/linux-master/include/linux/
H A Dfscache.h107 unsigned int inval_counter; /* Number of invalidations made */ member in struct:fscache_cookie
401 * increments inval_counter on the cookie which can be used by the caller to
440 * @cres->inval_counter is set from @cookie->inval_counter for comparison at
525 * @cres->inval_counter is set from @cookie->inval_counter for comparison at
H A Dnetfs.h197 unsigned int inval_counter; /* object->inval_counter at begin_op */ member in struct:netfs_cache_resources

Completed in 169 milliseconds