Searched refs:ntfs_get_attribute_value_length (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h362 s64 ntfs_get_attribute_value_length(const ATTR_RECORD *a);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c586 filesize = ntfs_get_attribute_value_length(
H A Dntfsinfo.c642 l = ntfs_get_attribute_value_length(attr);
644 ntfs_log_perror("ntfs_get_attribute_value_length failed");
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dinode.c202 l = ntfs_get_attribute_value_length(ctx->attr);
H A Dvolume.c237 l = ntfs_get_attribute_value_length(ctx->attr);
H A Dattrib.c65 * ntfs_get_attribute_value_length - Find the length of an attribute
72 s64 ntfs_get_attribute_value_length(const ATTR_RECORD *a) function

Completed in 48 milliseconds