Home
last modified time | relevance | path

Searched refs:ntfs_bread (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/ntfs3/
Dbitmap.c555 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()
Dfsntfs.c1013 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()
Dntfs_fs.h597 struct buffer_head *ntfs_bread(struct super_block *sb, sector_t block);
Dsuper.c896 bh = ntfs_bread(sb, boot_block); in ntfs_init_from_boot()
Dindex.c418 bh = ntfs_bread(sb, block + blk); in scan_nres_bitmap()