Searched refs:alloc_run (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/ntfs3/ |
D | index.c | 813 run_close(&indx->alloc_run); in indx_clear() 884 err = ntfs_get_bh(ni->mi.sbi, &indx->alloc_run, vbo, bytes, &r->nb); in indx_new() 961 struct runs_tree *run = &indx->alloc_run; in indx_read() 1373 memcpy(&indx->alloc_run, &run, sizeof(run)); in indx_create_allocate() 1442 &indx->alloc_run, data_size, &data_size, true, in indx_add_allocate() 1588 err = run_is_empty(&indx->alloc_run) in indx_insert_into_root() 1979 &indx->alloc_run, new_data, &new_data, false, NULL); in indx_shrink() 2464 &indx->alloc_run, 0, NULL, false, NULL); in indx_delete_entry() 2467 run_close(&indx->alloc_run); in indx_delete_entry()
|
D | ntfs_fs.h | 184 struct runs_tree alloc_run; member
|
D | inode.c | 283 run = &ni->dir.alloc_run; in ntfs_read_mft()
|
D | frecord.c | 1861 run = &ni->dir.alloc_run; in ni_fiemap()
|
D | fslog.c | 4761 oa->run1 = &ni_oe->dir.alloc_run; in log_replay()
|