Searched refs:ntfs_cluster_t (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | ntfs_fs_sb.h | 15 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; 46 ntfs_cluster_t nr_clusters; 47 ntfs_cluster_t mft_lcn; 48 ntfs_cluster_t mft_mirr_lcn;
|
D | ntfs_fs_i.h | 69 typedef s32 ntfs_cluster_t; typedef
|
/linux-2.4.37.9/fs/ntfs/ |
D | super.c | 78 ntfs_cluster_t mft_zone_size, tc; in ntfs_init_volume() 158 vol->nr_clusters = (ntfs_cluster_t)ll; in ntfs_init_volume() 161 vol->mft_lcn = (ntfs_cluster_t)NTFS_GETS64(boot + 0x30); in ntfs_init_volume() 162 vol->mft_mirr_lcn = (ntfs_cluster_t)NTFS_GETS64(boot + 0x38); in ntfs_init_volume() 197 vol->mft_zone_start = (ntfs_cluster_t)0; in ntfs_init_volume() 219 vol->data2_zone_pos = (ntfs_cluster_t)0; in ntfs_init_volume() 627 int ntfs_allocate_clusters(ntfs_volume *vol, ntfs_cluster_t *location, in ntfs_allocate_clusters() 628 ntfs_cluster_t *count, ntfs_runlist **rl, int *rl_len, in ntfs_allocate_clusters() 633 ntfs_cluster_t buf_pos, zone_start, zone_end, mft_zone_size; in ntfs_allocate_clusters() 634 ntfs_cluster_t lcn, last_read_pos, prev_lcn = (ntfs_cluster_t)0; in ntfs_allocate_clusters() [all …]
|
D | super.h | 23 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);
|
D | attr.c | 214 int ntfs_insert_run(ntfs_attribute *attr, int cnum, ntfs_cluster_t cluster, in ntfs_insert_run() 272 ntfs_cluster_t cluster, clen; in ntfs_extend_attr() 295 cluster = (ntfs_cluster_t)-1; in ntfs_extend_attr() 431 if (rl[--i].lcn != (ntfs_cluster_t)-1) { in ntfs_resize_attr() 432 ntfs_cluster_t rounded = newsize - ((__s64)count << in ntfs_resize_attr() 465 rl[i].lcn = (ntfs_cluster_t)-1; in ntfs_resize_attr() 466 rl[i].len = (ntfs_cluster_t)0; in ntfs_resize_attr() 555 ntfs_cluster_t cluster; in ntfs_process_runs() 734 ntfs_cluster_t cluster, cl1; in ntfs_read_compressed() 768 if (cluster == (ntfs_cluster_t)-1) { in ntfs_read_compressed() [all …]
|
D | struct.h | 22 ntfs_cluster_t lcn; 23 ntfs_cluster_t len;
|
D | inode.c | 580 ntfs_cluster_t *cluster, int *ctype) in ntfs_decompress_run() 671 ntfs_cluster_t cluster, s_cluster, vcn, len; in ntfs_readwrite_attr() 896 ntfs_cluster_t cluster, rclus; in layout_runs() 906 if (rl[i].lcn < (ntfs_cluster_t)-1) { in layout_runs() 944 if (rl[i].lcn == (ntfs_cluster_t)-1) /* Compressed run. */ in layout_runs() 1333 ntfs_cluster_t ct; in dump_runlist() 1338 if (rl[i].lcn == (ntfs_cluster_t)-1) in dump_runlist() 1429 rl[rlen].lcn = (ntfs_cluster_t)-1; in splice_runlists() 1430 rl[rlen].len = (ntfs_cluster_t)0; in splice_runlists() 1531 ntfs_cluster_t lcn = 0, old_data_len; in ntfs_alloc_mft_record() [all …]
|
D | ntfstypes.h | 53 typedef s32 ntfs_cluster_t; typedef
|
D | attr.h | 36 int ntfs_insert_run(ntfs_attribute *attr, int cnum, ntfs_cluster_t cluster,
|
D | inode.h | 39 ntfs_cluster_t *cluster, int *ctype);
|
D | dir.c | 958 byte = (ntfs_cluster_t)(*p_high - 1); in ntfs_getdir_unsorted()
|