Searched refs:alloc_run (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ntfs3/
H A Dindex.c870 run_close(&indx->alloc_run);
955 err = ntfs_get_bh(ni->mi.sbi, &indx->alloc_run, vbo, bytes, &r->nb);
1035 * Use rw_semaphore for read/write access to alloc_run.
1042 struct runs_tree *run = &indx->alloc_run;
1469 memcpy(&indx->alloc_run, &run, sizeof(run));
1538 &indx->alloc_run, data_size, &data_size, true,
1687 err = run_is_empty(&indx->alloc_run) ?
2088 &indx->alloc_run, new_data, &new_data, false, NULL);
2577 &indx->alloc_run, 0, NULL, false, NULL);
2583 run_close(&indx->alloc_run);
[all...]
H A Dntfs_fs.h191 struct runs_tree alloc_run; member in struct:ntfs_index
192 /* read/write access to 'bitmap_run'/'alloc_run' while ntfs_readdir */
H A Dinode.c311 run = &ni->dir.alloc_run;
H A Dfrecord.c1924 run = &ni->dir.alloc_run;
H A Dfslog.c4731 oa->run1 = &ni_oe->dir.alloc_run;

Completed in 108 milliseconds