Searched refs:bitmap_run (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ntfs3/
H A Dindex.c246 bh = ntfs_bread_run(sbi, &indx->bitmap_run, off);
358 * Use rw_semaphore for read/write access to bitmap_run.
368 struct runs_tree *run = &indx->bitmap_run;
871 run_close(&indx->bitmap_run);
1521 &indx->bitmap_run, bitmap_size(bit + 1),
1556 &indx->bitmap_run, bmp_size, &bmp_size_v, false, NULL);
2100 &indx->bitmap_run, bpb, &bpb, false, NULL);
2586 &indx->bitmap_run, 0, NULL, false, NULL);
2589 run_close(&indx->bitmap_run);
H A Dntfs_fs.h190 struct runs_tree bitmap_run; member in struct:ntfs_index
192 /* read/write access to 'bitmap_run'/'alloc_run' while ntfs_readdir */
H A Dinode.c329 run = &ni->dir.bitmap_run;

Completed in 275 milliseconds