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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h313 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
H A Dattrib.c3510 * ntfs_attr_size_bounds_check - check a size of an attribute type for validity
3524 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPES type, function
4174 if (ntfs_attr_size_bounds_check(ni->vol, type, size)) {
4950 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {
5964 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {
6121 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {

Completed in 46 milliseconds