Home
last modified time | relevance | path

Searched refs:lkup (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c138 int lkup; in ntfs_fix_file_name() local
170 lkup = ntfs_index_lookup((char*)&find, uname_len, icx); in ntfs_fix_file_name()
184 if (lkup in ntfs_fix_file_name()
190 lkup = 0; in ntfs_fix_file_name()
191 if (!lkup) { in ntfs_fix_file_name()
H A Ddir.c2510 int lkup; in set_namespace() local
2518 lkup = ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, in set_namespace()
2520 if (!lkup) { in set_namespace()
2528 } while (!lkup && !found); in set_namespace()
2532 lkup = ntfs_index_lookup((char*)fn, len, icx); in set_namespace()
2533 if (!lkup && icx->data && icx->data_len) { in set_namespace()

Completed in 6 milliseconds