Searched refs:lkup (Results 1 – 2 of 2) sorted by relevance
138 int lkup; in ntfs_fix_file_name() local170 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()
2513 int lkup; in set_namespace() local2521 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()