Searched refs:CLST (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | file.c | 211 CLST vcn, lcn, clen; in ntfs_extend_initialized_size() 387 CLST lcn, len; in ntfs_file_mmap_prepare() 388 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap_prepare() 389 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap_prepare() 453 CLST vcn = pos >> sbi->cluster_bits; in ntfs_extend() 454 CLST cend = bytes_to_cluster(sbi, end); in ntfs_extend() 455 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_extend() 456 CLST lcn, clen; in ntfs_extend() 751 CLST vcn = vbo >> cluster_bits; in ntfs_fallocate() 752 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() [all …]
|
| H A D | ntfs.h | 74 typedef u64 CLST; typedef 77 typedef u32 CLST; typedef 81 #define SPARSE_LCN ((CLST)-1) 82 #define RESIDENT_LCN ((CLST)-2) 83 #define COMPRESSED_LCN ((CLST)-3) 183 static inline CLST ino_get(const struct MFT_REF *ref) in ino_get() 642 static inline void de_set_vbn(struct NTFS_DE *e, CLST vcn) in de_set_vbn() 654 static inline CLST de_get_vbn(const struct NTFS_DE *e) in de_get_vbn()
|
| H A D | attrlist.c | 172 CLST svcn = attr_svcn(attr); in al_find_le() 188 u8 name_len, const CLST *vcn) in al_find_ex() 245 u8 name_len, CLST vcn) in al_find_le_to_insert() 287 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, in al_add_le()
|
| H A D | bitmap.c | 510 CLST lcn, clen; in wnd_rescan() 683 CLST lcn, clen; in wnd_map() 1409 CLST len = 0, lcn = 0, done = 0; in ntfs_trim_fs() 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() 1414 CLST lcn_to; in ntfs_trim_fs() 1427 CLST lcn_wnd = iw * wbits; in ntfs_trim_fs()
|