Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ubifs/
Dfind.c110 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_dirty_cb()
381 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_free_cb()
614 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_for_idx_cb()
803 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_dirty_idx_cb()
829 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
834 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
839 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
Dubifs.h651 LPT_SCAN_STOP = 2, enumerator
Dlpt.c2185 if (ret & LPT_SCAN_STOP) { in ubifs_lpt_scan_nolock()