Searched refs:tcbdbleafsave (Results 1 – 2 of 2) sorted by relevance
106 static bool tcbdbleafsave(TCBDB *bdb, BDBLEAF *leaf);778 if(leaf && leaf->dirty && !tcbdbleafsave(bdb, leaf)) err = true; in tcbdbcopy()1350 if(leaf->dirty && !tcbdbleafsave(bdb, leaf)) err = true; in tcbdbmemsync()1896 if(leaf->dirty && !tcbdbleafsave(bdb, leaf)) err = true; in tcbdbleafcacheout()1914 static bool tcbdbleafsave(TCBDB *bdb, BDBLEAF *leaf){ in tcbdbleafsave() function2981 if(!tcbdbleafsave(bdb, leaf)){ in tcbdbopenimpl()
1179 * tcbdb.c (tcbdbleafsave, tcbdbleafload): warnings on 64-bit system were cleared.1207 * tcbdb.c (tcbdbleafsave): empty pages was to be removed for time space efficiency.