Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dfind.c111 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_dirty_cb()
382 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_free_cb()
616 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_idx_cb()
804 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_dirty_idx_cb()
830 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
835 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
840 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
H A Dubifs.h643 LPT_SCAN_STOP = 2, enumerator
H A Dlpt.c2185 if (ret & LPT_SCAN_STOP) { in ubifs_lpt_scan_nolock()