Home
last modified time | relevance | path

Searched refs:run_da (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs3/
H A Dfile.c39 if (!ni->file.run_da.count) in ntfs_dio_alignment()
879 if (ni->file.run_da.count) { in ntfs_file_read_iter()
1294 if (ni->file.run_da.count) { in ntfs_file_write_iter()
H A Dfrecord.c126 ntfs_sub_da(ni->mi.sbi, run_len(&ni->file.run_da)); in ni_clear()
127 run_close(&ni->file.run_da); in ni_clear()
3267 if (!ni->file.run_da.count) in ni_allocate_da_blocks_locked()
3277 while (run_get_entry(&ni->file.run_da, 0, &vcn, &lcn, &clen)) { in ni_allocate_da_blocks_locked()
H A Dntfs_fs.h409 struct runs_tree run_da; member
449 struct runs_tree *run_da, CLST vcn, CLST lcn,