Home
last modified time | relevance | path

Searched refs:run_add_entry (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Drun.c316 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len, in run_add_entry() function
478 !run_add_entry(run, tail_vcn, tail_lcn, tail_len, is_mft)) in run_add_entry()
511 if (!run_add_entry(run, vcn, SPARSE_LCN, len, false)) in run_collapse_range()
582 if (!run_add_entry(run, vcn + len, lcn2, len2, false)) in run_insert_range()
586 if (!run_add_entry(run, vcn, SPARSE_LCN, len, false)) in run_insert_range()
1021 if (!run_add_entry(run, vcn64, lcn, len, is_mft)) in run_unpack()
1026 if (!run_add_entry(run, vcn, lcn + dlen, len - dlen, in run_unpack()
H A Dattrib.c181 if (!run_add_entry(run, vcn, lcn, flen, opt & ALLOCATE_MFT)) { in attr_allocate_clusters()
567 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size()
1053 if (!run_add_entry(run, evcn1, SPARSE_LCN, vcn - evcn1, in attr_data_get_block()
1236 !run_add_entry(run, vcn, SPARSE_LCN, alen, false) || in attr_data_get_block()
1706 if (!run_add_entry(run, vcn + len, SPARSE_LCN, clst_data - len, in attr_allocate_frame()
2251 if (!run_add_entry(run, vcn1, SPARSE_LCN, zero, false)) { in attr_punch_hole()
H A Dntfs_fs.h796 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len,
H A Dinode.c64 if (!run_add_entry(&ni->file.run, 0, t64, t32, true)) { in ntfs_read_mft()
H A Dfslog.c4858 !run_add_entry(oa->run1, vcn, lcn, 1, false)) { in log_replay()