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()
876 if (ni->file.run_da.count) { in ntfs_file_read_iter()
1291 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()
3272 if (!ni->file.run_da.count) in ni_allocate_da_blocks_locked()
3282 while (run_get_entry(&ni->file.run_da, 0, &vcn, &lcn, &clen)) { in ni_allocate_da_blocks_locked()
H A Dntfs_fs.h406 struct runs_tree run_da;
446 struct runs_tree *run_da, CLST vcn, CLST lcn,
409 struct runs_tree run_da; global() member