Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/
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 …]
A Dattrib.c119 if (lcn != SPARSE_LCN) { in run_deallocate_ex()
544 lcn = SPARSE_LCN; in attr_set_size()
547 if (lcn == SPARSE_LCN) in attr_set_size()
565 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size()
909 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block()
941 *lcn = SPARSE_LCN; in attr_data_get_block()
971 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block()
1030 if (!run_add_entry(run, evcn1, SPARSE_LCN, vcn - evcn1, in attr_data_get_block()
1058 if (*lcn == SPARSE_LCN) { in attr_data_get_block()
1542 if (lcn == SPARSE_LCN) { in attr_is_frame_compressed()
[all …]
A Dfsntfs.c827 lcn = SPARSE_LCN; in ntfs_refresh_zone()
830 if (lcn == SPARSE_LCN) in ntfs_refresh_zone()
1118 if (lcn == SPARSE_LCN) in ntfs_sb_write_run()
1140 if (lcn == SPARSE_LCN) in ntfs_sb_write_run()
1198 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb()
1260 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb()
1655 *lbo = lcn == SPARSE_LCN ? -1 : (((u64)lcn << cluster_bits) + off); in ntfs_vbo_to_lbo()
2525 if (lcn == SPARSE_LCN) in run_deallocate()
A Dfile.c130 if (lcn == SPARSE_LCN) { in ntfs_extend_initialized_size()
859 if (lcn == SPARSE_LCN) { in ntfs_compress_write()
A Dntfs.h81 #define SPARSE_LCN ((CLST)-1) macro
A Dsuper.c1153 if (lcn == SPARSE_LCN) in ntfs_fill_super()
A Dinode.c583 if (lcn == SPARSE_LCN) { in ntfs_get_block_vbo()
A Dfslog.c4912 lcn == SPARSE_LCN) { in log_replay()
5042 if (is_mapped && lcn != SPARSE_LCN && clen >= t16) in log_replay()
A Dfrecord.c1998 if (lcn == SPARSE_LCN) { in ni_fiemap()

Completed in 34 milliseconds