Home
last modified time | relevance | path

Searched refs:CLST (Results 1 – 14 of 14) sorted by relevance

/linux/fs/ntfs3/
A Dntfs_fs.h230 CLST objid_no;
321 CLST rno;
415 CLST vcn, CLST lcn, CLST len, CLST *pre_alloc,
426 int attr_data_get_block(struct ntfs_inode *ni, CLST vcn, CLST clen, CLST *lcn,
440 CLST frame, CLST *clst_data);
530 const struct runs_tree *run, CLST svcn, CLST len,
589 CLST *new_lcn, CLST *new_len,
780 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len,
784 CLST *lcn, CLST *len);
790 CLST svcn, CLST evcn, CLST vcn, const u8 *run_buf,
[all …]
A Drun.c105 CLST dl; in run_consolidate()
171 CLST next_vcn; in run_is_mapped_full()
192 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry()
196 CLST gap; in run_lookup_entry()
316 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len, in run_add_entry()
489 bool run_collapse_range(struct runs_tree *run, CLST vcn, CLST len) in run_collapse_range()
493 CLST end; in run_collapse_range()
523 CLST d; in run_collapse_range()
554 CLST *lcn, CLST *len) in run_get_entry()
874 CLST svcn, CLST evcn, CLST vcn, const u8 *run_buf, in run_unpack()
[all …]
A Dattrib.c117 CLST vcn, CLST len, CLST *done, bool trim) in run_deallocate_ex()
170 CLST vcn, CLST lcn, CLST len, CLST *pre_alloc, in attr_allocate_clusters()
172 CLST *new_lcn) in attr_allocate_clusters()
243 CLST len, alen; in attr_make_nonresident()
501 CLST to_allocate; in attr_set_size()
806 int attr_data_get_block(struct ntfs_inode *ni, CLST vcn, CLST clen, CLST *lcn, in attr_data_get_block()
1138 CLST vcn) in attr_load_runs_vcn()
1142 CLST svcn, evcn; in attr_load_runs_vcn()
1178 CLST lcn, clen; in attr_load_runs_range()
1346 CLST frame, CLST *clst_data) in attr_is_frame_compressed()
[all …]
A Dfsntfs.c356 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()
1132 CLST lcn; in ntfs_bread_run()
1153 CLST lcn, clen; in ntfs_read_run_nb()
1282 CLST lcn, clen; in ntfs_get_bh()
1572 CLST lcn, clen; in ntfs_bio_fill_1()
1646 CLST lcn, len; in ntfs_vbo_to_lbo()
2443 CLST len) in ntfs_unmap_and_discard()
2451 CLST end, i; in mark_as_free_ex()
[all …]
A Drecord.c71 int mi_get(struct ntfs_sb_info *sbi, CLST rno, struct mft_inode **mi) in mi_get()
101 int mi_init(struct mft_inode *mi, struct ntfs_sb_info *sbi, CLST rno) in mi_init()
343 int mi_format_new(struct mft_inode *mi, struct ntfs_sb_info *sbi, CLST rno, in mi_format_new()
402 CLST rno = mi->rno; in mi_mark_free()
564 struct runs_tree *run, CLST len) in mi_pack_runs()
569 CLST plen; in mi_pack_runs()
571 CLST svcn = le64_to_cpu(attr->nres.svcn); in mi_pack_runs()
A Dfile.c120 CLST vcn, lcn, clen; in ntfs_extend_initialized_size()
281 CLST len) in ntfs_sparse_cluster()
384 CLST lcn, len; in ntfs_file_mmap()
385 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap()
386 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap()
670 CLST vcn_v = ni->i_valid >> sbi->cluster_bits; in ntfs_fallocate()
671 CLST vcn = vbo >> sbi->cluster_bits; in ntfs_fallocate()
672 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate()
673 CLST lcn, clen; in ntfs_fallocate()
888 CLST frame; in ntfs_compress_write()
[all …]
A Dfrecord.c165 CLST rno; in ni_load_mi()
524 CLST alloc = 0; in ni_repack()
771 CLST rno = 0; in ni_create_attr_list()
910 CLST rno; in ni_ins_attr_ext()
1382 const struct runs_tree *run, CLST svcn, CLST len, in ni_insert_nonresident()
1387 CLST plen; in ni_insert_nonresident()
1515 CLST svcn, evcn; in ni_delete_all()
1852 CLST lcn, clen; in ni_fiemap()
1949 CLST clst_data; in ni_fiemap()
2030 CLST frame; in ni_readpage_cmpr()
[all …]
A Dattrlist.c156 CLST svcn = attr_svcn(attr); in al_find_le()
172 u8 name_len, const CLST *vcn) in al_find_ex()
229 u8 name_len, CLST vcn) in al_find_le_to_insert()
271 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, in al_add_le()
372 bool al_delete_le(struct ntfs_inode *ni, enum ATTR_TYPE type, CLST vcn, in al_delete_le()
A Dntfs.h74 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)
189 static inline CLST ino_get(const struct MFT_REF *ref) in ino_get()
645 static inline void de_set_vbn(struct NTFS_DE *e, CLST vcn) in de_set_vbn()
657 static inline CLST de_get_vbn(const struct NTFS_DE *e) in de_get_vbn()
A Dindex.c210 CLST vcn = off >> sbi->cluster_bits; in bmp_buf_get()
379 CLST lcn, clen, vcn, vcn_next; in scan_nres_bitmap()
1225 CLST next_used_vbn; in indx_find_raw()
1226 CLST next_vbn; in indx_find_raw()
1336 CLST *vbn) in indx_create_allocate()
1346 CLST alen; in indx_create_allocate()
1393 CLST *vbn) in indx_add_allocate()
1480 CLST new_vbn; in indx_insert_into_root()
1694 CLST new_vbn; in indx_insert_into_buffer()
1999 CLST vbn = de_get_vbn(e); in indx_free_children()
[all …]
A Dbitmap.c515 CLST lcn, clen; in wnd_rescan()
688 CLST lcn, clen; in wnd_map()
1417 CLST len = 0, lcn = 0, done = 0; in ntfs_trim_fs()
1418 CLST minlen = bytes_to_cluster(sbi, range->minlen); in ntfs_trim_fs()
1419 CLST lcn_from = bytes_to_cluster(sbi, range->start); in ntfs_trim_fs()
1423 CLST lcn_to; in ntfs_trim_fs()
1436 CLST lcn_wnd = iw * wbits; in ntfs_trim_fs()
A Dsuper.c889 CLST vcn, lcn, len; in ntfs_fill_super()
1280 void ntfs_unmap_meta(struct super_block *sb, CLST lcn, CLST len) in ntfs_unmap_meta()
1309 int ntfs_discard(struct ntfs_sb_info *sbi, CLST lcn, CLST len) in ntfs_discard()
A Dinode.c530 CLST vcn, lcn, len; in ntfs_get_block_vbo()
1176 CLST ino = 0; in ntfs_create_inode()
1187 CLST vcn; in ntfs_create_inode()
1490 CLST alen; in ntfs_create_inode()
1491 CLST clst = bytes_to_cluster(sbi, nsize); in ntfs_create_inode()
A Dfslog.c2969 const struct ATTRIB *attr, CLST rno) in find_loaded_attr()
3043 CLST rno = 0, rno_base = 0; in do_action()
3756 CLST rno, lcn, lcn0, len0, clen; in log_replay()
4768 CLST svcn = le64_to_cpu(attr->nres.svcn); in log_replay()

Completed in 62 milliseconds