Searched refs:bytes_to_cluster (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ntfs3/ |
H A D | file.c | 314 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap_prepare() 379 CLST cend = bytes_to_cluster(sbi, end); in ntfs_extend() 380 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_extend() 679 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() 680 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_fallocate()
|
H A D | bitmap.c | 1409 CLST minlen = bytes_to_cluster(sbi, range->minlen); in ntfs_trim_fs() 1410 CLST lcn_from = bytes_to_cluster(sbi, range->start); in ntfs_trim_fs() 1421 lcn_to = bytes_to_cluster(sbi, range->start + range->len); in ntfs_trim_fs()
|
H A D | frecord.c | 1240 svcn = bytes_to_cluster(sbi, (u64)(mft_min + 1) << sbi->record_bits); in ni_expand_mft_list() 2130 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file() 2166 end = bytes_to_cluster(sbi, vbo + bytes); in ni_decompress_file()
|
H A D | inode.c | 60 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft() 1519 CLST clst = bytes_to_cluster(sbi, nsize); in ntfs_create_inode()
|
H A D | fsntfs.c | 477 return avail >= bytes_to_cluster(sbi, mlen << sbi->record_bits); in ntfs_check_for_free_space() 824 vcn = bytes_to_cluster(sbi, in ntfs_refresh_zone()
|
H A D | ntfs_fs.h | 1015 static inline CLST bytes_to_cluster(const struct ntfs_sb_info *sbi, u64 size) in bytes_to_cluster() function
|