Searched refs:clean_zn_cnt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dshrinker.c79 if (!c->zroot.znode || atomic_long_read(&c->clean_zn_cnt) == 0)
88 * 'c->space_lock' when _reading_ 'c->clean_zn_cnt', because it is
94 atomic_long_read(&c->clean_zn_cnt) > 0) {
106 * Note, the 'clean_zn_cnt' counters are not updated until
130 atomic_long_sub(freed, &c->clean_zn_cnt);
131 ubifs_assert(atomic_long_read(&c->clean_zn_cnt) >= 0);
283 long clean_zn_cnt = atomic_long_read(&ubifs_clean_zn_cnt); local
286 return clean_zn_cnt;
288 if (!clean_zn_cnt) {
H A Dtnc_misc.c426 atomic_long_inc(&c->clean_zn_cnt);
H A Ddebug.c626 "clean_zn_cnt %ld\n", atomic_long_read(&c->dirty_pg_cnt),
628 atomic_long_read(&c->clean_zn_cnt));
1482 if (clean_cnt != atomic_long_read(&c->clean_zn_cnt)) {
1483 ubifs_err("incorrect clean_zn_cnt %ld, calculated %ld",
1484 atomic_long_read(&c->clean_zn_cnt),
H A Dtnc.c278 atomic_long_dec(&c->clean_zn_cnt);
2435 atomic_long_inc(&c->clean_zn_cnt);
2484 atomic_long_inc(&c->clean_zn_cnt);
H A Dtnc_commit.c1038 atomic_long_inc(&c->clean_zn_cnt);
H A Dubifs.h1034 * @clean_zn_cnt: number of clean znodes
1275 atomic_long_t clean_zn_cnt; member in struct:ubifs_info

Completed in 84 milliseconds