Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
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()
Dubifs.h644 LPT_SCAN_STOP = 2, enumerator
Dlpt.c2186 if (ret & LPT_SCAN_STOP) { in ubifs_lpt_scan_nolock()