Searched refs:alloc_run (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | index.c | 905 run_close(&indx->alloc_run); in indx_clear() 986 err = ntfs_get_bh(ni->mi.sbi, &indx->alloc_run, vbo, bytes, &r->nb); in indx_new() 1074 struct runs_tree *run = &indx->alloc_run; in indx_read_ra() 1512 memcpy(&indx->alloc_run, &run, sizeof(run)); in indx_create_allocate() 1563 unlikely(bmp_size_v == 0 && indx->alloc_run.count)) { in indx_add_allocate() 1598 &indx->alloc_run, data_size, &data_size, true); in indx_add_allocate() 1748 err = run_is_empty(&indx->alloc_run) ? in indx_insert_into_root() 2199 &indx->alloc_run, new_data, &new_data, false); in indx_shrink() 2704 &indx->alloc_run, 0, NULL, false); in indx_delete_entry() 2710 run_close(&indx->alloc_run); in indx_delete_entry()
|
| H A D | ntfs_fs.h | 195 struct runs_tree alloc_run; member
|
| H A D | inode.c | 320 run = &ni->dir.alloc_run; in ntfs_read_mft()
|
| H A D | fslog.c | 4944 oa->run1 = &ni_oe->dir.alloc_run; in log_replay()
|