Lines Matching refs:ntfs_attr_lookup
448 if (ntfs_attr_lookup(type, name, name_len, 0, 0, NULL, 0, ctx))
628 if (!ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
685 if (!ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
781 if (ntfs_attr_lookup(na->type, na->name, na->name_len,
1051 if (ntfs_attr_lookup(na->type, na->name, na->name_len, 0,
1969 if (ntfs_attr_lookup(na->type, na->name, na->name_len, 0,
2052 if (ntfs_attr_lookup(na->type, na->name, na->name_len, 0,
2356 err = ntfs_attr_lookup(na->type, na->name,
2815 * ntfs_attr_lookup() instead (see below). This also means that you cannot use
3004 * You shouldn't need to call this function directly. Use ntfs_attr_lookup()
3609 * ntfs_attr_lookup - find an attribute in an ntfs inode
3628 * ntfs_attr_lookup() repeatedly until it returns -1 with errno set to ENOENT
3630 * successful call of ntfs_attr_lookup() will return the next attribute, with
3675 int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
3714 * the AT_END attribute. Please see more details at ntfs_attr_lookup.
3727 if (ntfs_attr_lookup(type, NULL, 0, CASE_SENSITIVE, 0, NULL, 0, ctx)) {
3802 * implications!!! For example it is no longer safe to call ntfs_attr_lookup().
4129 * Use ntfs_attr_find instead of ntfs_attr_lookup to find place for
4263 * Use ntfs_attr_find instead of ntfs_attr_lookup to find place for
4340 if (ntfs_attr_lookup(type, name, name_len, CASE_SENSITIVE,
4442 if (ntfs_attr_lookup(AT_ATTRIBUTE_LIST, NULL, 0, CASE_SENSITIVE,
4718 if (!ntfs_attr_lookup(type, name, name_len,
4770 while (!ntfs_attr_lookup(na->type, na->name, na->name_len,
4953 * Use ntfs_attr_find instead of ntfs_attr_lookup to find place for
5316 if (ntfs_attr_lookup(na->type, na->name, na->name_len, 0, 0, NULL, 0,
5319 ntfs_log_perror("ntfs_attr_lookup failed");
5404 while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, 0, 0, NULL, 0, ctx)) {
5485 if (ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
6003 while (!ntfs_attr_lookup(na->type, na->name, na->name_len,
6013 * set it to 0 to make ntfs_attr_lookup enumerate attributes.
6166 if (!ntfs_attr_lookup(na->type, na->name, na->name_len,
6194 while (!ntfs_attr_lookup(na->type, na->name, na->name_len,
6432 if (ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
6665 if (ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
7126 if (!ntfs_attr_lookup(AT_DATA, stream_name, stream_name_len,
7154 ret = ntfs_attr_lookup(type, name, name_len, CASE_SENSITIVE, 0, NULL, 0,