Searched refs:bytes_to_cluster (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | file.c | 319 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap_prepare() 645 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() 646 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_fallocate()
|
| H A D | bitmap.c | 1427 CLST minlen = bytes_to_cluster(sbi, range->minlen); in ntfs_trim_fs() 1428 CLST lcn_from = bytes_to_cluster(sbi, range->start); in ntfs_trim_fs() 1439 lcn_to = bytes_to_cluster(sbi, range->start + range->len); in ntfs_trim_fs()
|
| H A D | frecord.c | 1244 svcn = bytes_to_cluster(sbi, (u64)(mft_min + 1) << sbi->record_bits); in ni_expand_mft_list() 1987 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file() 2015 end = bytes_to_cluster(sbi, vbo + bytes); in ni_decompress_file()
|
| H A D | ntfs_fs.h | 1112 static inline CLST bytes_to_cluster(const struct ntfs_sb_info *sbi, u64 size) in bytes_to_cluster() function
|
| H A D | fslog.c | 3009 attr->nres.evcn = cpu_to_le64((u64)bytes_to_cluster(sbi, size) - 1); in attr_create_nonres_log()
|