Searched refs:ntfs_attr_size_bounds_check (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h308 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c2443 * ntfs_attr_size_bounds_check - check a size of an attribute type for validity
2457 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPES type, function
3063 if (ntfs_attr_size_bounds_check(ni->vol, type, size)) {
3818 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {
4763 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {
4905 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {

Completed in 32 milliseconds