Home
last modified time | relevance | path

Searched refs:attr_name_len (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsfallocate.c85 u32 attr_name_len; variable
358 attr_name_len = 0; in parse_options()
373 attr_name_len = ntfs_mbstoucs(s, &attr_name); in parse_options()
374 if ((int)attr_name_len < 0) in parse_options()
387 attr_name_len = 0; in parse_options()
397 (unsigned int)attr_name_len); in parse_options()
705 if (ntfs_attr_lookup(attr_type, attr_name, attr_name_len, in ntfs_full_allocation()
721 if ((attr_type == AT_DATA) && !attr_name_len) { in ntfs_full_allocation()
755 na = ntfs_attr_open(ni, attr_type, attr_name, attr_name_len); in ntfs_fallocate()
900 if (attr_name_len) in main()
Dntfstruncate.c80 u32 attr_name_len; variable
231 attr_name_len = 0; in parse_options()
245 attr_name_len = ntfs_mbstoucs(s, &attr_name); in parse_options()
246 if ((int)attr_name_len < 0) in parse_options()
258 attr_name_len = 0; in parse_options()
267 (unsigned int)attr_name_len); in parse_options()
766 na = ntfs_attr_open(ni, attr_type, attr_name, attr_name_len); in main()
Dntfscat.c188 opts.attr_name_len = 0; in parse_options()
232 opts.attr_name_len = ntfs_mbstoucs(optarg, in parse_options()
234 if (opts.attr_name_len < 0) { in parse_options()
452 result = cat(vol, inode, attr, opts.attr_name, opts.attr_name_len); in main()
Dntfscat.h37 int attr_name_len; /* Attribute name length */ member
Dntfscp.c851 int attr_name_len = 0; in main() local
1052 attr_name = ntfs_str2ucs(opts.attr_name, &attr_name_len); in main()
1059 na = ntfs_attr_open(out, opts.attribute, attr_name, attr_name_len); in main()
1067 attr_name_len, NULL, 0)) { in main()
1072 attr_name_len); in main()