Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dquota_global.c246 oinfo->dqi_gqi_bh, in ocfs2_quota_write()
294 ocfs2_mark_inode_dirty(handle, gqinode, oinfo->dqi_gqi_bh); in ocfs2_quota_write()
308 oinfo->dqi_gqi_bh = bh; in ocfs2_lock_global_qf()
310 WARN_ON(bh != oinfo->dqi_gqi_bh); in ocfs2_lock_global_qf()
330 brelse(oinfo->dqi_gqi_bh); in ocfs2_unlock_global_qf()
333 oinfo->dqi_gqi_bh = NULL; in ocfs2_unlock_global_qf()
363 oinfo->dqi_gqi_bh = NULL; in ocfs2_global_read_info()
Dquota.h59 …struct buffer_head *dqi_gqi_bh; /* Buffer head with global quota file inode - set only if inode lo… member