Searched refs:ntfs_up_cluster (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ntfs3/
H A Dntfs_fs.h1015 * ntfs_up_cluster - Align up on cluster boundary.
1017 static inline u64 ntfs_up_cluster(const struct ntfs_sb_info *sbi, u64 size) function
H A Dsuper.c1267 sbi->mft.recs_mirr = ntfs_up_cluster(sbi, inode->i_size) >>
H A Dindex.c1439 u32 alloc_size = ntfs_up_cluster(sbi, data_size);
H A Dinode.c1570 cpu_to_le64(ntfs_up_cluster(sbi, nsize));
H A Dfrecord.c2850 ondisk_size = ntfs_up_cluster(sbi, compr_size);
H A Dfslog.c2988 attr->nres.alloc_size = cpu_to_le64(ntfs_up_cluster(sbi, size));

Completed in 140 milliseconds