Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
H A Dattrib.h319 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c3873 * ntfs_attr_size_bounds_check - check a size of an attribute type for validity
3887 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPES type, function
4537 if (ntfs_attr_size_bounds_check(ni->vol, type, size)) {
5327 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {
6361 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {
6520 if (ntfs_attr_size_bounds_check(vol, na->type, newsize) < 0) {

Completed in 8 milliseconds