Home
last modified time | relevance | path

Searched refs:cluster_size_bits (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/linux/
Dntfs_fs_sb.h39 int cluster_size_bits; member
/linux-2.4.37.9/fs/ntfs/
Dattr.c301 ino->vol->cluster_size_bits; in ntfs_extend_attr()
308 attr->allocated += (__s64)clen << ino->vol->cluster_size_bits; in ntfs_extend_attr()
375 int clustersizebits = ino->vol->cluster_size_bits; in ntfs_resize_attr()
588 endvcn >>= ino->vol->cluster_size_bits; in ntfs_process_runs()
741 clustersizebits = ino->vol->cluster_size_bits; in ntfs_read_compressed()
Ddir.c282 I30, (__s64)block << vol->cluster_size_bits, in ntfs_index_writeback()
322 (__s64)walk->newblock << vol->cluster_size_bits, &io); in ntfs_split_record()
470 (__s64)walk.newblock << ino->vol->cluster_size_bits, &io); in ntfs_split_indexroot()
557 I30, (__s64)block << walk->dir->vol->cluster_size_bits, &io); in ntfs_getdir_record()
Dinode.c743 clustersizebits = ino->vol->cluster_size_bits; in ntfs_readwrite_attr()
828 if (data->size <= (__s64)vcn << ino->vol->cluster_size_bits) in ntfs_vcn_to_lcn()
830 if (data->initialized <= (__s64)vcn << ino->vol->cluster_size_bits) in ntfs_vcn_to_lcn()
1884 min_nr = mft_rec_size >> vol->cluster_size_bits; in ntfs_alloc_mft_record()
1888 nr = mft_rec_size << 4 >> vol->cluster_size_bits; in ntfs_alloc_mft_record()
1942 data->allocated += nr_lcn2 << vol->cluster_size_bits; in ntfs_alloc_mft_record()
Dfs.c1057 sb->s_blocksize_bits = vol->cluster_size_bits; in ntfs_read_super()
1080 ntfs_memcpy(vol->mft + ((__s64)i << vol->cluster_size_bits), in ntfs_read_super()
Dsuper.c110 vol->cluster_size_bits = ffs(vol->cluster_size) - 1; in ntfs_init_volume()
114 "0x%x\n", vol->cluster_size_bits); in ntfs_init_volume()