Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dquota_global.c169 struct inode *gqinode = oinfo->dqi_gqinode; in ocfs2_quota_read() local
170 loff_t i_size = i_size_read(gqinode); in ocfs2_quota_read()
186 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, in ocfs2_quota_read()
197 err = ocfs2_read_quota_phys_block(gqinode, pblock, &bh); in ocfs2_quota_read()
219 struct inode *gqinode = oinfo->dqi_gqinode; in ocfs2_quota_write() local
238 if (i_size_read(gqinode) < off + len) { in ocfs2_quota_write()
243 err = ocfs2_simple_size_update(gqinode, in ocfs2_quota_write()
250 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, &pcount, NULL); in ocfs2_quota_write()
258 err = ocfs2_read_quota_phys_block(gqinode, pblock, &bh); in ocfs2_quota_write()
277 ocfs2_set_buffer_uptodate(INODE_CACHE(gqinode), bh); in ocfs2_quota_write()
[all …]