Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Drun.c124 if (n->lcn != SPARSE_LCN) in run_consolidate()
133 if ((n->lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) { in run_consolidate()
144 if (n->lcn != SPARSE_LCN && n->lcn != r->lcn + r->len) in run_consolidate()
215 *lcn = r->lcn == SPARSE_LCN ? SPARSE_LCN : (r->lcn + gap); in run_lookup_entry()
241 if (r->lcn != SPARSE_LCN) in run_truncate_head()
344 (t->lcn == SPARSE_LCN) == (lcn == SPARSE_LCN) && in run_add_entry()
345 (lcn == SPARSE_LCN || lcn == t->lcn + t->len)) { in run_add_entry()
428 if (((lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) || in run_add_entry()
429 (lcn != SPARSE_LCN && lcn != r->lcn + (vcn - r->vcn))) { in run_add_entry()
436 tail_lcn = r->lcn == SPARSE_LCN ? in run_add_entry()
[all …]
Dattrib.c119 if (lcn != SPARSE_LCN) { in run_deallocate_ex()
545 lcn = SPARSE_LCN; in attr_set_size()
548 if (lcn == SPARSE_LCN) in attr_set_size()
566 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size()
910 if (*len && (*lcn != SPARSE_LCN || !new)) in attr_data_get_block()
925 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block()
950 *lcn = SPARSE_LCN; in attr_data_get_block()
995 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block()
1054 if (!run_add_entry(run, evcn1, SPARSE_LCN, vcn - evcn1, in attr_data_get_block()
1082 if (*lcn == SPARSE_LCN) { in attr_data_get_block()
[all …]
Dfsntfs.c828 lcn = SPARSE_LCN; in ntfs_refresh_zone()
831 if (lcn == SPARSE_LCN) in ntfs_refresh_zone()
1140 if (lcn == SPARSE_LCN) in ntfs_sb_write_run()
1162 if (lcn == SPARSE_LCN) in ntfs_sb_write_run()
1220 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb()
1282 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb()
1677 *lbo = lcn == SPARSE_LCN ? -1 : (((u64)lcn << cluster_bits) + off); in ntfs_vbo_to_lbo()
2555 if (lcn == SPARSE_LCN) in run_deallocate()
Dfile.c208 if (lcn == SPARSE_LCN) { in ntfs_extend_initialized_size()
1025 if (lcn == SPARSE_LCN) { in ntfs_compress_write()
Dntfs.h81 #define SPARSE_LCN ((CLST)-1) macro
Dsuper.c1385 if (lcn == SPARSE_LCN) in ntfs_fill_super()
Dfslog.c4946 lcn == SPARSE_LCN) { in log_replay()
5076 if (is_mapped && lcn != SPARSE_LCN && clen >= t16) in log_replay()
Dfrecord.c2058 if (lcn == SPARSE_LCN) { in ni_fiemap()