Home
last modified time | relevance | path

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

/linux-4.19.296/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()
822 return LPT_SCAN_ADD | LPT_SCAN_STOP; in scan_dirty_idx_cb()
848 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
853 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
858 if (ret & LPT_SCAN_STOP) in find_dirty_idx_leb()
Dubifs.h642 LPT_SCAN_STOP = 2, enumerator
Dlpt.c2033 if (ret & LPT_SCAN_STOP) { in ubifs_lpt_scan_nolock()