Searched refs:ntfs_cluster_t (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dntfs_fs_sb.h15 ntfs_cluster_t mft_zone_pos;
16 ntfs_cluster_t mft_zone_start;
17 ntfs_cluster_t mft_zone_end;
18 ntfs_cluster_t data1_zone_pos;
19 ntfs_cluster_t data2_zone_pos;
44 ntfs_cluster_t nr_clusters;
45 ntfs_cluster_t mft_lcn;
46 ntfs_cluster_t mft_mirr_lcn;
H A Dntfs_fs_i.h69 typedef s32 ntfs_cluster_t; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dntfs_fs_sb.h15 ntfs_cluster_t mft_zone_pos;
16 ntfs_cluster_t mft_zone_start;
17 ntfs_cluster_t mft_zone_end;
18 ntfs_cluster_t data1_zone_pos;
19 ntfs_cluster_t data2_zone_pos;
44 ntfs_cluster_t nr_clusters;
45 ntfs_cluster_t mft_lcn;
46 ntfs_cluster_t mft_mirr_lcn;
H A Dntfs_fs_i.h69 typedef s32 ntfs_cluster_t; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsuper.h23 int ntfs_allocate_clusters(ntfs_volume *vol, ntfs_cluster_t *location,
24 ntfs_cluster_t *count, ntfs_runlist **rl, int *rl_len,
28 const ntfs_cluster_t lcn, const ntfs_cluster_t len);
H A Dstruct.h22 ntfs_cluster_t lcn;
23 ntfs_cluster_t len;
H A Dsuper.c78 ntfs_cluster_t mft_zone_size, tc;
158 vol->nr_clusters = (ntfs_cluster_t)ll;
161 vol->mft_lcn = (ntfs_cluster_t)NTFS_GETS64(boot + 0x30);
162 vol->mft_mirr_lcn = (ntfs_cluster_t)NTFS_GETS64(boot + 0x38);
197 vol->mft_zone_start = (ntfs_cluster_t)0;
219 vol->data2_zone_pos = (ntfs_cluster_t)0;
567 int ntfs_allocate_clusters(ntfs_volume *vol, ntfs_cluster_t *location,
568 ntfs_cluster_t *count, ntfs_runlist **rl, int *rl_len,
573 ntfs_cluster_t buf_pos, zone_start, zone_end, mft_zone_size;
574 ntfs_cluster_t lc
[all...]
H A Dntfstypes.h53 typedef s32 ntfs_cluster_t; typedef
H A Dattr.h36 int ntfs_insert_run(ntfs_attribute *attr, int cnum, ntfs_cluster_t cluster,
H A Dinode.h39 ntfs_cluster_t *cluster, int *ctype);
H A Dattr.c213 int ntfs_insert_run(ntfs_attribute *attr, int cnum, ntfs_cluster_t cluster,
271 ntfs_cluster_t cluster, clen;
290 cluster = (ntfs_cluster_t)-1;
420 if (rl[--i].lcn != (ntfs_cluster_t)-1) {
421 ntfs_cluster_t rounded = newsize - ((__s64)count <<
450 rl[i].lcn = (ntfs_cluster_t)-1;
451 rl[i].len = (ntfs_cluster_t)0;
533 ntfs_cluster_t cluster;
710 ntfs_cluster_t cluster, cl1;
743 if (cluster == (ntfs_cluster_t)
[all...]
H A Dinode.c538 ntfs_cluster_t *cluster, int *ctype)
605 ntfs_cluster_t cluster, s_cluster, vcn, len;
825 /* ntfs_cluster_t MUST be signed! (AIA) */
826 ntfs_cluster_t cluster, rclus;
834 * 32-bits (ntfs_cluster_t). (AIA)
836 if (rl[i].lcn < (ntfs_cluster_t)-1) {
873 if (rl[i].lcn == (ntfs_cluster_t)-1) /* Compressed run. */
1226 ntfs_cluster_t ct;
1231 if (rl[i].lcn == (ntfs_cluster_t)-1)
1321 rl[rlen].lcn = (ntfs_cluster_t)
[all...]
H A Ddir.c943 byte = (ntfs_cluster_t)(*p_high - 1);

Completed in 88 milliseconds