Searched refs:run_add_entry (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/fs/ntfs3/ |
| D | run.c | 316 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() 971 if (!run_add_entry(run, vcn64, lcn, len, is_mft)) in run_unpack() 976 if (!run_add_entry(run, vcn, lcn + dlen, len - dlen, in run_unpack()
|
| D | attrib.c | 197 if (!run_add_entry(run, vcn, lcn, flen, opt == ALLOCATE_MFT)) { in attr_allocate_clusters() 552 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size() 922 if (!run_add_entry(run, evcn1, SPARSE_LCN, vcn - evcn1, in attr_data_get_block() 1517 if (!run_add_entry(run, vcn + len, SPARSE_LCN, clst_data - len, in attr_allocate_frame() 2042 if (!run_add_entry(run, vcn1, SPARSE_LCN, zero, in attr_punch_hole()
|
| D | ntfs_fs.h | 780 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len,
|
| D | inode.c | 63 if (!run_add_entry(&ni->file.run, 0, t64, t32, true)) { in ntfs_read_mft()
|
| D | fslog.c | 4833 !run_add_entry(oa->run1, vcn, lcn, 1, false)) { in log_replay()
|