Searched refs:LPT_SCAN_ADD (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dfind.c80 * in main memory (%LPT_SCAN_ADD), or whether the scan should stop
95 ret |= LPT_SCAN_ADD;
111 return LPT_SCAN_ADD | LPT_SCAN_STOP;
347 * in main memory (%LPT_SCAN_ADD), or whether the scan should stop
362 ret |= LPT_SCAN_ADD;
382 return LPT_SCAN_ADD | LPT_SCAN_STOP;
588 * in main memory (%LPT_SCAN_ADD), or whether the scan should stop
603 ret |= LPT_SCAN_ADD;
616 return LPT_SCAN_ADD | LPT_SCAN_STOP;
780 * in main memory (%LPT_SCAN_ADD), o
[all...]
H A Dubifs.h645 * LPT_SCAN_ADD: add the LEB properties scanned to the tree in memory
650 LPT_SCAN_ADD = 1, enumerator in enum:__anon349
H A Dlpt.c2140 if (ret & LPT_SCAN_ADD) {

Completed in 196 milliseconds