Searched refs:bitmap_run (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | index.c | 246 bh = ntfs_bread_run(sbi, &indx->bitmap_run, off); in bmp_buf_get() 358 * Use rw_semaphore for read/write access to bitmap_run. 368 struct runs_tree *run = &indx->bitmap_run; in scan_nres_bitmap() 871 run_close(&indx->bitmap_run); in indx_clear() 1521 &indx->bitmap_run, bitmap_size(bit + 1), in indx_add_allocate() 1556 &indx->bitmap_run, bmp_size, &bmp_size_v, false, NULL); in indx_add_allocate() 2100 &indx->bitmap_run, bpb, &bpb, false, NULL); in indx_shrink() 2586 &indx->bitmap_run, 0, NULL, false, NULL); in indx_delete_entry() 2589 run_close(&indx->bitmap_run); in indx_delete_entry()
|
H A D | ntfs_fs.h | 190 struct runs_tree bitmap_run; member 192 /* read/write access to 'bitmap_run'/'alloc_run' while ntfs_readdir */
|
H A D | inode.c | 327 run = &ni->dir.bitmap_run; in ntfs_read_mft()
|
Completed in 21 milliseconds