Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dcompress.c967 int depth_remaining = MAX_SEARCH_DEPTH; in ntfs_best_match() local
993 for (; cur_match >= 0 && depth_remaining--; cur_match = prev[cur_match]) { in ntfs_best_match()