Searched refs:ntfs_get_bh (Results 1 – 4 of 4) sorted by relevance
/fs/ntfs3/ |
D | record.c | 399 err = ntfs_get_bh(sbi, &ni->file.run, vbo, sbi->record_size, in mi_format_new()
|
D | fsntfs.c | 758 err = ntfs_get_bh(sbi, run, vbo, rs, &nb); in ntfs_clear_mft_tail() 1294 int ntfs_get_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_get_bh() function
|
D | ntfs_fs.h | 619 int ntfs_get_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo,
|
D | index.c | 956 err = ntfs_get_bh(ni->mi.sbi, &indx->alloc_run, vbo, bytes, &r->nb); in indx_new()
|