Searched refs:ntfs_bread (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | bitmap.c | 555 bh = ntfs_bread(sb, lbo >> sb->s_blocksize_bits); in wnd_rescan() 699 bh = ntfs_bread(wnd->sb, lbo >> sb->s_blocksize_bits); in wnd_map() 1387 bh = ntfs_bread(sb, lbo >> sb->s_blocksize_bits); in wnd_extend()
|
D | fsntfs.c | 1013 struct buffer_head *ntfs_bread(struct super_block *sb, sector_t block) in ntfs_bread() function 1188 return ntfs_bread(sb, lbo >> sb->s_blocksize_bits); in ntfs_bread_run() 1245 bh = ntfs_bread(sb, block); in ntfs_read_run_nb() 1374 bh = ntfs_bread(sb, block); in ntfs_get_bh()
|
D | ntfs_fs.h | 597 struct buffer_head *ntfs_bread(struct super_block *sb, sector_t block);
|
D | super.c | 896 bh = ntfs_bread(sb, boot_block); in ntfs_init_from_boot()
|
D | index.c | 418 bh = ntfs_bread(sb, block + blk); in scan_nres_bitmap()
|