Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dbitmap.c242 wnd->uptodated = -1; in wnd_add_free_ext()
287 if (wnd->uptodated != 1) { in wnd_add_free_ext()
316 wnd->uptodated = -1; in wnd_add_free_ext()
340 wnd->uptodated = -1; in wnd_add_free_ext()
463 wnd->uptodated = -1; in wnd_remove_free_ext()
478 wnd->uptodated = -1; in wnd_remove_free_ext()
490 if (!wnd->count && 1 != wnd->uptodated) in wnd_remove_free_ext()
512 wnd->uptodated = 0; in wnd_rescan()
630 if (!wnd->uptodated) in wnd_rescan()
631 wnd->uptodated = 1; in wnd_rescan()
[all …]
H A Dntfs_fs.h164 int uptodated; member