Searched defs:clusters (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlcnalloc.c48 * ntfs_cluster_alloc - allocate clusters on an ntfs volume
49 * @vol: mounted ntfs volume on which to allocate the clusters
51 * @count: number of clusters to allocate
52 * @start_lcn: starting lcn at which to allocate the clusters (or -1 if none)
53 * @zone: zone from which to allocate the clusters
55 * Allocate @count clusters preferably starting at cluster @start_lcn or at the
57 * @vol. @zone is either DATA_ZONE for allocation of normal clusters and
58 * MFT_ZONE for allocation of clusters for the master file table, i.e. the
108 s64 clusters, br; local
209 /* Loop until all clusters ar
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c393 /* Used to order clusters within the same group with the same parent,
398 /* How to sort this cluster with respect to options and other clusters at the
399 same depth (clusters always follow options in the same group). */
431 struct hol_cluster *clusters;
450 hol->clusters = 0;
526 cl->next = hol->clusters;
527 hol->clusters = cl;
537 struct hol_cluster *cl = hol->clusters;
684 /* Compare clusters CL1 & CL2 by the order that they should appear in
698 /* Now reduce both clusters t
426 struct hol_cluster *clusters; member in struct:hol
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c174 static long long g_mft_zone_end = 0; /* Determined from volume_size and mft_zone_multiplier, in clusters */
175 static long long g_num_bad_blocks = 0; /* Number of bad clusters */
176 static long long *g_bad_blocks = NULL; /* Array of bad clusters */
576 * ntfs_rlwrite - Write data to disk on clusters found in a runlist.
578 * Write to disk the clusters contained in the runlist @rl taking the data
742 * @clusters: Amount of clusters to allocate.
744 * Allocate @clusters and create a runlist of the allocated clusters.
754 static runlist * allocate_scattered_clusters(s64 clusters) argument
[all...]

Completed in 47 milliseconds