Lines Matching refs:CLST
356 int ntfs_look_for_free_space(struct ntfs_sb_info *sbi, CLST lcn, CLST len, in ntfs_look_for_free_space()
357 CLST *new_lcn, CLST *new_len, in ntfs_look_for_free_space()
361 CLST alen; in ntfs_look_for_free_space()
385 alen = min_t(CLST, len, zlen); in ntfs_look_for_free_space()
478 new_mft_total = (wnd->nbits + MFT_INCREASE_CHUNK + 127) & (CLST)~127; in ntfs_extend_mft()
527 int ntfs_look_free_mft(struct ntfs_sb_info *sbi, CLST *rno, bool mft, in ntfs_look_free_mft()
707 void ntfs_mark_rec_free(struct ntfs_sb_info *sbi, CLST rno) in ntfs_mark_rec_free()
783 CLST zone_limit, zone_max, lcn, vcn, len; in ntfs_refresh_zone()
1085 CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; in ntfs_sb_write_run()
1132 CLST lcn; in ntfs_bread_run()
1152 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_read_run_nb()
1153 CLST lcn, clen; in ntfs_read_run_nb()
1279 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_get_bh()
1282 CLST lcn, clen; in ntfs_get_bh()
1470 CLST lcn, clen, vcn, vcn_next; in ntfs_bio_pages()
1572 CLST lcn, clen; in ntfs_bio_fill_1()
1646 CLST lcn, len; in ntfs_vbo_to_lbo()
1659 struct ntfs_inode *ntfs_new_inode(struct ntfs_sb_info *sbi, CLST rno, bool dir) in ntfs_new_inode()
2442 static inline void ntfs_unmap_and_discard(struct ntfs_sb_info *sbi, CLST lcn, in ntfs_unmap_and_discard()
2443 CLST len) in ntfs_unmap_and_discard()
2449 void mark_as_free_ex(struct ntfs_sb_info *sbi, CLST lcn, CLST len, bool trim) in mark_as_free_ex()
2451 CLST end, i; in mark_as_free_ex()
2495 CLST lcn, len; in run_deallocate()