Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dfind.c122 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_dirty_cb()
393 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_free_cb()
626 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_idx_cb()
825 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_dirty_idx_cb()
851 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
856 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
861 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
Dubifs.h634 LPT_SCAN_STOP = 2, enumerator
Dlpt.c2026 if (ret & LPT_SCAN_STOP) { in ubifs_lpt_scan_nolock()