Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
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.c2513 int lkup; in set_namespace() local
2521 lkup = ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, in set_namespace()
2523 if (!lkup) { in set_namespace()
2531 } while (!lkup && !found); in set_namespace()
2535 lkup = ntfs_index_lookup((char*)fn, len, icx); in set_namespace()
2536 if (!lkup && icx->data && icx->data_len) { in set_namespace()