Searched refs:ntfs_attr_size_bounds_check (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | attrib.h | 81 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
|
H A D | attrib.c | 1341 * ntfs_attr_size_bounds_check - check a size of an attribute type for validity 1352 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check() function 1958 err = ntfs_attr_size_bounds_check(vol, ni->type, new_alloc_size); in ntfs_attr_extend_allocation()
|
H A D | inode.c | 2458 err = ntfs_attr_size_bounds_check(vol, ni->type, new_size); in ntfs_truncate()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | attrib.h | 81 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
|
H A D | attrib.c | 1341 * ntfs_attr_size_bounds_check - check a size of an attribute type for validity 1352 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check() function 1958 err = ntfs_attr_size_bounds_check(vol, ni->type, new_alloc_size); in ntfs_attr_extend_allocation()
|
H A D | inode.c | 2457 err = ntfs_attr_size_bounds_check(vol, ni->type, new_size); in ntfs_truncate()
|
Completed in 16 milliseconds