Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
A Dfile.c365 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap()
427 CLST cend = bytes_to_cluster(sbi, end); in ntfs_extend()
428 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_extend()
727 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate()
728 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_fallocate()
A Dattrib.c260 len = bytes_to_cluster(sbi, rsize); in attr_make_nonresident()
536 pre_alloc = bytes_to_cluster( in attr_set_size()
1159 alloc = bytes_to_cluster(sbi, le64_to_cpu(attr_b->nres.alloc_size)); in attr_data_get_block()
1571 alen = bytes_to_cluster(ni->mi.sbi, le64_to_cpu(attr->nres.alloc_size)); in attr_is_frame_compressed()
1687 len = bytes_to_cluster(sbi, compr_size); in attr_allocate_frame()
1774 CLST alloc = bytes_to_cluster( in attr_allocate_frame()
A Dbitmap.c1437 CLST minlen = bytes_to_cluster(sbi, range->minlen); in ntfs_trim_fs()
1438 CLST lcn_from = bytes_to_cluster(sbi, range->start); in ntfs_trim_fs()
1449 lcn_to = bytes_to_cluster(sbi, range->start + range->len); in ntfs_trim_fs()
A Dinode.c60 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft()
1528 CLST clst = bytes_to_cluster(sbi, nsize); in ntfs_create_inode()
A Dfrecord.c1292 svcn = bytes_to_cluster(sbi, (u64)(mft_min + 1) << sbi->record_bits); in ni_expand_mft_list()
2257 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file()
2293 end = bytes_to_cluster(sbi, vbo + bytes); in ni_decompress_file()
A Dfsntfs.c477 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()
A Dntfs_fs.h1016 static inline CLST bytes_to_cluster(const struct ntfs_sb_info *sbi, u64 size) in bytes_to_cluster() function
A Dfslog.c3007 attr->nres.evcn = cpu_to_le64((u64)bytes_to_cluster(sbi, size) - 1); in attr_create_nonres_log()

Completed in 59 milliseconds