Home
last modified time | relevance | path

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

/linux-6.15/fs/ntfs3/
H A Drun.c124 if (n->lcn != SPARSE_LCN) in run_consolidate()
133 if ((n->lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) { 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()
428 if (((lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) || in run_add_entry()
437 SPARSE_LCN : in run_add_entry()
578 CLST lcn2 = r->lcn == SPARSE_LCN ? SPARSE_LCN : (r->lcn + len1); in run_insert_range()
851 lcn = r->lcn == SPARSE_LCN ? SPARSE_LCN : (r->lcn + len); in run_pack()
863 if (lcn == SPARSE_LCN) { in run_pack()
[all …]
H A 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()
911 if (*len && (*lcn != SPARSE_LCN || !new)) in attr_data_get_block()
926 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block()
951 *lcn = SPARSE_LCN; in attr_data_get_block()
996 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block()
1083 if (*lcn == SPARSE_LCN) { in attr_data_get_block()
1557 if (lcn == SPARSE_LCN) { in attr_is_frame_compressed()
[all …]
H A Dfsntfs.c828 lcn = SPARSE_LCN; in ntfs_refresh_zone()
831 if (lcn == SPARSE_LCN) in ntfs_refresh_zone()
1116 if (lcn == SPARSE_LCN) in ntfs_sb_write_run()
1138 if (lcn == SPARSE_LCN) in ntfs_sb_write_run()
1196 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb()
1258 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb()
1653 *lbo = lcn == SPARSE_LCN ? -1 : (((u64)lcn << cluster_bits) + off); in ntfs_vbo_to_lbo()
2531 if (lcn == SPARSE_LCN) in run_deallocate()
H A Dfile.c228 if (lcn == SPARSE_LCN) { in ntfs_extend_initialized_size()
1047 if (lcn == SPARSE_LCN) { in ntfs_compress_write()
H A Dntfs.h81 #define SPARSE_LCN ((CLST)-1) macro
H A Dsuper.c1426 if (lcn == SPARSE_LCN) in ntfs_fill_super()
H A Dfslog.c4946 lcn == SPARSE_LCN) { in log_replay()
5076 if (is_mapped && lcn != SPARSE_LCN && clen >= t16) in log_replay()
H A Dfrecord.c1942 if (lcn == SPARSE_LCN) { in ni_fiemap()