Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ntfs/
Dinode.c1526 unsigned long last_read_pos, mft_rec_size, bit, l; in ntfs_alloc_mft_record() local
1863 mft_rec_size = (unsigned long)vol->mft_record_size; in ntfs_alloc_mft_record()
1881 if (mft_rec_size <= vol->cluster_size) in ntfs_alloc_mft_record()
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()
1950 memset(buf, 0, mft_rec_size); in ntfs_alloc_mft_record()
1951 ntfs_fill_mft_header(buf, mft_rec_size, 0, 0, 0); in ntfs_alloc_mft_record()
1952 err = ntfs_insert_fixups(buf, mft_rec_size); in ntfs_alloc_mft_record()
1968 io.size = mft_rec_size; in ntfs_alloc_mft_record()
1972 if (err || io.size != mft_rec_size) { in ntfs_alloc_mft_record()