Home
last modified time | relevance | path

Searched refs:MAX_COMPRESSION_CLUSTER_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dparam.h58 #define MAX_COMPRESSION_CLUSTER_SIZE 4096 macro
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c505 && (ni->vol->cluster_size <= MAX_COMPRESSION_CLUSTER_SIZE)) in ntfs_attr_open()
4634 && (ni->vol->cluster_size <= MAX_COMPRESSION_CLUSTER_SIZE)
5701 && (na->ni->vol->cluster_size <= MAX_COMPRESSION_CLUSTER_SIZE)
Ddir.c1552 && (dir_ni->vol->cluster_size <= MAX_COMPRESSION_CLUSTER_SIZE) in __ntfs_create()