Searched refs:gqinode (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ocfs2/ ! |
D | quota_global.c | 171 struct inode *gqinode = oinfo->dqi_gqinode; in ocfs2_quota_read() local 172 loff_t i_size = i_size_read(gqinode); in ocfs2_quota_read() 188 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, in ocfs2_quota_read() 199 err = ocfs2_read_quota_phys_block(gqinode, pblock, &bh); in ocfs2_quota_read() 221 struct inode *gqinode = oinfo->dqi_gqinode; in ocfs2_quota_write() local 240 if (i_size_read(gqinode) < off + len) { in ocfs2_quota_write() 245 err = ocfs2_simple_size_update(gqinode, in ocfs2_quota_write() 252 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, &pcount, NULL); in ocfs2_quota_write() 260 err = ocfs2_read_quota_phys_block(gqinode, pblock, &bh); in ocfs2_quota_write() 279 ocfs2_set_buffer_uptodate(INODE_CACHE(gqinode), bh); in ocfs2_quota_write() [all …]
|