Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dcache.c190 u64 b_avail, b_writing; in cachefiles_has_space() local
221 b_writing = atomic_long_read(&cache->b_writing); in cachefiles_has_space()
222 if (b_avail > b_writing) in cachefiles_has_space()
223 b_avail -= b_writing; in cachefiles_has_space()