Searched refs:SPARSE_LCN (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/fs/ntfs3/ |
D | run.c | 124 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 …]
|
D | attrib.c | 142 if (lcn != SPARSE_LCN) { in run_deallocate_ex() 547 lcn = SPARSE_LCN; in attr_set_size() 550 if (lcn == SPARSE_LCN) in attr_set_size() 568 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size() 903 if (ok && (*lcn != SPARSE_LCN || !new)) { in attr_data_get_block() 969 if (ok && (*lcn != SPARSE_LCN || !new)) { in attr_data_get_block() 997 if (!run_add_entry(run, evcn1, SPARSE_LCN, vcn - evcn1, in attr_data_get_block() 1451 if (lcn == SPARSE_LCN) { in attr_is_frame_compressed() 1489 if (lcn == SPARSE_LCN) { in attr_is_frame_compressed() 1592 if (!run_add_entry(run, vcn + len, SPARSE_LCN, clst_data - len, in attr_allocate_frame() [all …]
|
D | fsntfs.c | 799 lcn = SPARSE_LCN; in ntfs_refresh_zone() 802 if (lcn == SPARSE_LCN) in ntfs_refresh_zone() 1092 if (lcn == SPARSE_LCN) in ntfs_sb_write_run() 1114 if (lcn == SPARSE_LCN) in ntfs_sb_write_run() 1172 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb() 1234 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb() 1629 *lbo = lcn == SPARSE_LCN ? -1 : (((u64)lcn << cluster_bits) + off); in ntfs_vbo_to_lbo() 2497 if (lcn == SPARSE_LCN) in run_deallocate()
|
D | file.c | 130 if (lcn == SPARSE_LCN) { in ntfs_extend_initialized_size() 954 if (lcn == SPARSE_LCN) { in ntfs_compress_write()
|
D | ntfs.h | 81 #define SPARSE_LCN ((CLST)-1) macro
|
D | super.c | 1081 if (lcn == SPARSE_LCN) in ntfs_fill_super()
|
D | inode.c | 573 if (lcn == SPARSE_LCN) { in ntfs_get_block_vbo()
|
D | fslog.c | 4928 lcn == SPARSE_LCN) { in log_replay() 5058 if (is_mapped && lcn != SPARSE_LCN && clen >= t16) in log_replay()
|
D | frecord.c | 1988 if (lcn == SPARSE_LCN) { in ni_fiemap()
|