Searched refs:alloc_run (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | index.c | 870 run_close(&indx->alloc_run); in indx_clear() 955 err = ntfs_get_bh(ni->mi.sbi, &indx->alloc_run, vbo, bytes, &r->nb); in indx_new() 1035 * Use rw_semaphore for read/write access to alloc_run. 1042 struct runs_tree *run = &indx->alloc_run; in indx_read() 1469 memcpy(&indx->alloc_run, &run, sizeof(run)); in indx_create_allocate() 1538 &indx->alloc_run, data_size, &data_size, true, in indx_add_allocate() 1687 err = run_is_empty(&indx->alloc_run) ? in indx_insert_into_root() 2088 &indx->alloc_run, new_data, &new_data, false, NULL); in indx_shrink() 2577 &indx->alloc_run, 0, NULL, false, NULL); in indx_delete_entry() 2583 run_close(&indx->alloc_run); in indx_delete_entry() [all...] |
H A D | ntfs_fs.h | 191 struct runs_tree alloc_run; member 192 /* read/write access to 'bitmap_run'/'alloc_run' while ntfs_readdir */
|
H A D | inode.c | 309 run = &ni->dir.alloc_run; in ntfs_read_mft()
|
H A D | frecord.c | 1924 run = &ni->dir.alloc_run; in ni_fiemap()
|
H A D | fslog.c | 4731 oa->run1 = &ni_oe->dir.alloc_run; in log_replay()
|
Completed in 16 milliseconds