Searched refs:SPARSE_LCN (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | run.c | 125 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() 302 if (r->lcn != SPARSE_LCN) in run_truncate_head() 405 (t->lcn == SPARSE_LCN) == (lcn == SPARSE_LCN) && in run_add_entry() 406 (lcn == SPARSE_LCN || lcn == t->lcn + t->len)) { in run_add_entry() 489 if (((lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) || in run_add_entry() 490 (lcn != SPARSE_LCN && lcn != r->lcn + (vcn - r->vcn))) { in run_add_entry() 497 tail_lcn = r->lcn == SPARSE_LCN ? in run_add_entry() [all …]
|
| H A D | attrib.c | 120 if (lcn != SPARSE_LCN) { in run_deallocate_ex() 512 if (!run_add_entry(&ni->file.run_da, vcn, SPARSE_LCN, in attr_set_size_ex() 612 lcn = SPARSE_LCN; in attr_set_size_ex() 615 if (lcn == SPARSE_LCN) in attr_set_size_ex() 633 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size_ex() 972 if (*len && (*lcn != SPARSE_LCN || !new)) in attr_data_get_block() 1018 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block_locked() 1108 if (*lcn != SPARSE_LCN || !new) in attr_data_get_block_locked() 1195 if (!run_add_entry(run_da, vcn, SPARSE_LCN, to_alloc, false)) { in attr_data_get_block_locked() 1212 if (!run_add_entry(run, evcn1, SPARSE_LCN, vcn - evcn1, in attr_data_get_block_locked() [all …]
|
| H A D | fsntfs.c | 857 lcn = SPARSE_LCN; in ntfs_refresh_zone() 860 if (lcn == SPARSE_LCN) in ntfs_refresh_zone() 1139 if (lcn == SPARSE_LCN) in ntfs_sb_write_run() 1161 if (lcn == SPARSE_LCN) in ntfs_sb_write_run() 1221 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb_ra() 1301 if (lcn == SPARSE_LCN) { in ntfs_read_run_nb_ra() 1538 if (lcn == SPARSE_LCN) in ntfs_read_write_run() 1590 if (lcn == SPARSE_LCN) in ntfs_read_write_run() 1685 *lbo = lcn == SPARSE_LCN ? -1 : (((u64)lcn << cluster_bits) + off); in ntfs_vbo_to_lbo() 2565 if (lcn == SPARSE_LCN) in run_deallocate()
|
| H A D | ntfs.h | 82 #define SPARSE_LCN ((CLST)-1) macro
|
| H A D | inode.c | 996 lcn = SPARSE_LCN; in ntfs_iomap_begin() 1044 if (lcn == SPARSE_LCN) { in ntfs_iomap_begin()
|
| H A D | file.c | 1042 if (lcn == SPARSE_LCN) { in ntfs_compress_write()
|
| H A D | frecord.c | 2954 if (lcn != SPARSE_LCN) { in ni_seek_data_or_hole() 2972 if (lcn == SPARSE_LCN && in ni_seek_data_or_hole()
|
| H A D | super.c | 1552 if (lcn == SPARSE_LCN) in ntfs_fill_super()
|
| H A D | fslog.c | 5112 lcn == SPARSE_LCN) { in log_replay() 5249 if (is_mapped && lcn != SPARSE_LCN && clen >= t16) in log_replay()
|