Home
last modified time | relevance | path

Searched refs:bi_sectors (Results 1 – 10 of 10) sorted by relevance

/linux/fs/bcachefs/
H A Dinode_format.h33 __le64 bi_sectors; member
59 x(bi_sectors, 64) \
H A Dinode.c93 packed->inode.v.bi_sectors = cpu_to_le64(inode->bi_sectors); in bch2_inode_pack_inlined()
139 BUG_ON(unpacked.bi_sectors != inode->bi_sectors); in bch2_inode_pack_inlined()
246 unpacked->bi_sectors = le64_to_cpu(inode.v->bi_sectors); in bch2_inode_unpack_v3()
544 prt_printf(out, "bi_sectors=%llu\n", inode->bi_sectors); in __bch2_inode_unpacked_to_text()
H A Dinode.h95 u64 bi_sectors; member
H A Dfs-io.c150 inode->ei_inode.bi_sectors); in __bch2_i_sectors_acct()
509 inode->ei_inode.bi_sectors); in bchfs_truncate()
H A Dquota.c514 bch2_quota_acct(c, bch_qid(&u), Q_SPC, u.bi_sectors, in bch2_fs_quota_read_inode()
H A Dfsck.c1510 if (i->inode.bi_sectors == i->count) in check_i_sectors_notnested()
1528 i->inode.bi_sectors, i->count)) { in check_i_sectors_notnested()
1529 i->inode.bi_sectors = i->count; in check_i_sectors_notnested()
H A Dio_write.c252 le64_add_cpu(&inode->v.bi_sectors, i_sectors_delta); in bch2_extent_update_i_size_sectors()
H A Dfs.c1772 inode->v.i_blocks = bi->bi_sectors; in bch2_vfs_inode_init()
/linux/drivers/md/
H A Ddm-stats.h33 sector_t bi_sector, unsigned int bi_sectors, bool end,
H A Ddm-stats.c673 sector_t bi_sector, unsigned int bi_sectors, bool end, in dm_stats_account_io() argument
683 if (unlikely(!bi_sectors)) in dm_stats_account_io()
686 end_sector = bi_sector + bi_sectors; in dm_stats_account_io()