Lines Matching defs:ntfs_attr_lookup

400 	if (ntfs_attr_lookup(type, name, name_len, 0, 0, NULL, 0, ctx)) {
514 if (!ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
582 if (ntfs_attr_lookup(na->type, na->name, na->name_len,
641 if (ntfs_attr_lookup(na->type, na->name, na->name_len,
909 if (ntfs_attr_lookup(na->type, na->name, na->name_len, 0,
1096 if (ntfs_attr_lookup(na->type, na->name, na->name_len, 0,
1136 if (ntfs_attr_lookup(na->type, na->name, na->name_len, 0,
1443 err = ntfs_attr_lookup(na->type, na->name,
1660 * ntfs_attr_lookup() instead (see below). This also means that you cannot use
1815 * You shouldn't need to call this function directly. Use ntfs_attr_lookup()
2219 * ntfs_attr_lookup - find an attribute in an ntfs inode
2238 * ntfs_attr_lookup() repeatedly until it returns -1 with errno set to ENOENT
2240 * successful call of ntfs_attr_lookup() will return the next attribute, with
2285 int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
2374 * implications!!! For example it is no longer safe to call ntfs_attr_lookup()
2661 * Use ntfs_attr_find instead of ntfs_attr_lookup to find place for
2788 * Use ntfs_attr_find instead of ntfs_attr_lookup to find place for
2864 if (ntfs_attr_lookup(type, name, name_len, CASE_SENSITIVE,
2969 if (ntfs_attr_lookup(AT_ATTRIBUTE_LIST, NULL, 0, CASE_SENSITIVE,
3299 while (!ntfs_attr_lookup(na->type, na->name, na->name_len,
3464 * Use ntfs_attr_find instead of ntfs_attr_lookup to find place for
3808 if (ntfs_attr_lookup(na->type, na->name, na->name_len, 0, 0, NULL, 0,
3873 while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, 0, 0, NULL, 0, ctx)) {
3933 if (ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
4265 while (!ntfs_attr_lookup(na->type, na->name, na->name_len,
4274 * set it to 0 to make ntfs_attr_lookup enumerate attributes.
4633 while (!ntfs_attr_lookup(na->type, na->name, na->name_len,
4825 if (ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
5021 if (ntfs_attr_lookup(na->type, na->name, na->name_len, CASE_SENSITIVE,
5229 ret = ntfs_attr_lookup(type, name, name_len, CASE_SENSITIVE, 0, NULL, 0,