Home
last modified time | relevance | path

Searched refs:SPARSE_LCN (Results 1 – 9 of 9) sorted by relevance

/linux/fs/ntfs3/
H A Drun.c125 if (n->lcn != SPARSE_LCN) in run_consolidate()
134 if ((n->lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) { in run_consolidate()
145 if (n->lcn != SPARSE_LCN && n->lcn != r->lcn + r->len) in run_consolidate()
216 *lcn = r->lcn == SPARSE_LCN ? SPARSE_LCN : (r->lcn + gap); in run_lookup_entry()
242 if (r->lcn != SPARSE_LCN) in run_truncate_head()
345 (t->lcn == SPARSE_LCN) == (lcn == SPARSE_LCN) && in run_add_entry()
346 (lcn == SPARSE_LCN || lcn == t->lcn + t->len)) { in run_add_entry()
429 if (((lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) || in run_add_entry()
430 (lcn != SPARSE_LCN && lcn != r->lcn + (vcn - r->vcn))) { in run_add_entry()
437 tail_lcn = r->lcn == SPARSE_LCN ? in run_add_entry()
[all …]
H A Dattrib.c120 if (lcn != SPARSE_LCN) { in run_deallocate_ex()
511 if (!run_add_entry(&ni->file.run_da, vcn, SPARSE_LCN, in attr_set_size_ex()
611 lcn = SPARSE_LCN; in attr_set_size_ex()
614 if (lcn == SPARSE_LCN) in attr_set_size_ex()
632 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size_ex()
975 if (*len && (*lcn != SPARSE_LCN || !new)) in attr_data_get_block()
1024 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block_locked()
1104 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block_locked()
1174 if (!run_add_entry(run_da, vcn, SPARSE_LCN, to_alloc, false)) { in attr_data_get_block_locked()
1191 if (!run_add_entry(run, evcn1, SPARSE_LCN, vcn - evcn1, in attr_data_get_block_locked()
[all …]
H A Dfsntfs.c851 lcn = SPARSE_LCN; in ntfs_refresh_zone()
854 if (lcn == SPARSE_LCN) in ntfs_refresh_zone()
1133 if (lcn == SPARSE_LCN) in ntfs_sb_write_run()
1155 if (lcn == SPARSE_LCN) in ntfs_sb_write_run()
1215 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb_ra()
1295 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb_ra()
1532 if (lcn == SPARSE_LCN) in ntfs_read_write_run()
1584 if (lcn == SPARSE_LCN) in ntfs_read_write_run()
1679 *lbo = lcn == SPARSE_LCN ? -1 : (((u64)lcn << cluster_bits) + off); in ntfs_vbo_to_lbo()
2557 if (lcn == SPARSE_LCN) in run_deallocate()
H A Dntfs.h82 #define SPARSE_LCN ((CLST)-1) macro
H A Dinode.c791 lcn = SPARSE_LCN; in ntfs_iomap_begin()
839 if (lcn == SPARSE_LCN) { in ntfs_iomap_begin()
H A Dfile.c1034 if (lcn == SPARSE_LCN) { in ntfs_compress_write()
H A Dfrecord.c2886 if (lcn != SPARSE_LCN) { in ni_seek_data_or_hole()
2898 if (lcn == SPARSE_LCN && in ni_seek_data_or_hole()
H A Dsuper.c1494 if (lcn == SPARSE_LCN) in ntfs_fill_super()
H A Dfslog.c4948 lcn == SPARSE_LCN) { in log_replay()
5078 if (is_mapped && lcn != SPARSE_LCN && clen >= t16) in log_replay()