Lines Matching refs:from
224 * and locked (called from ni_write_frame()).
525 /* MFT allocates clusters from MFT zone. */
540 /* Get the last LCN to allocate from. */
1032 /* Get the last LCN to allocate from. */
1087 /* Stored [vcn : next_svcn) from [vcn : end). */
1340 * attr_load_runs_range - Load runs for given range [from to).
1344 u64 from, u64 to)
1353 for (vcn = from >> cluster_bits; vcn <= vcn_last; vcn += clen) {
1454 u64 from = vbo[i] & ~(u64)(PAGE_SIZE - 1);
1455 u64 to = min(from + PAGE_SIZE, wof_size);
1459 from, to);
1463 err = ntfs_bio_pages(sbi, run, &page, 1, from,
1464 to - from, REQ_OP_READ);
1698 /* Get the last LCN to allocate from. */
1729 /* Stored [vcn : next_svcn) from [vcn : end). */
2129 u32 from, to;
2134 from = vbo;
2136 memset(Add2Ptr(resident_data(attr_b), from), 0, to - from);