Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dcompress.c968 const u8 *best_matchptr = strptr; in ntfs_best_match() local
1023 best_matchptr = matchptr; in ntfs_best_match()
1034 (best_matchptr[best_len] == in ntfs_best_match()
1039 } while (best_matchptr[best_len] == strptr[best_len]); in ntfs_best_match()
1056 pctx->rel = best_matchptr - strptr; /* given as a negative number! */ in ntfs_best_match()