Searched refs:bytes_to_cluster (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/ntfs3/ |
D | attrib.c | 542 bytes_to_cluster( in attr_set_size() 1070 CLST alloc = bytes_to_cluster( in attr_data_get_block() 1478 alen = bytes_to_cluster(ni->mi.sbi, le64_to_cpu(attr->nres.alloc_size)); in attr_is_frame_compressed() 1594 len = bytes_to_cluster(sbi, compr_size); in attr_allocate_frame() 1679 CLST alloc = bytes_to_cluster( in attr_allocate_frame()
|
D | bitmap.c | 1410 CLST minlen = bytes_to_cluster(sbi, range->minlen); in ntfs_trim_fs() 1411 CLST lcn_from = bytes_to_cluster(sbi, range->start); in ntfs_trim_fs() 1423 lcn_to = bytes_to_cluster(sbi, range->start + range->len); in ntfs_trim_fs()
|
D | file.c | 383 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap() 698 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate()
|
D | inode.c | 59 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft() 1499 CLST clst = bytes_to_cluster(sbi, nsize); in ntfs_create_inode()
|
D | frecord.c | 1284 svcn = bytes_to_cluster(sbi, (u64)(mft_min + 1) << sbi->record_bits); in ni_expand_mft_list() 2186 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file() 2222 end = bytes_to_cluster(sbi, vbo + bytes); in ni_decompress_file()
|
D | ntfs_fs.h | 1002 static inline CLST bytes_to_cluster(const struct ntfs_sb_info *sbi, u64 size) in bytes_to_cluster() function
|
D | fsntfs.c | 795 vcn = bytes_to_cluster(sbi, in ntfs_refresh_zone()
|
D | fslog.c | 2986 attr->nres.evcn = cpu_to_le64((u64)bytes_to_cluster(sbi, size) - 1); in attr_create_nonres_log()
|