Searched refs:qc_headerbh (Results 1 – 2 of 2) sorted by relevance
244 brelse(pos->qc_headerbh); in ocfs2_release_local_quota_bitmaps()265 newchunk->qc_headerbh = NULL; in ocfs2_load_local_quota_bitmaps()268 &newchunk->qc_headerbh); in ocfs2_load_local_quota_bitmaps()827 (chunk->qc_headerbh->b_data); in ocfs2_local_free_info()933 chunk->qc_headerbh->b_data; in ocfs2_find_free_entry()1081 chunk->qc_headerbh = bh; in ocfs2_local_quota_add_chunk()1174 chunk->qc_headerbh, in ocfs2_extend_local_quota_file()1181 dchunk = (struct ocfs2_local_disk_chunk *)chunk->qc_headerbh->b_data; in ocfs2_extend_local_quota_file()1182 lock_buffer(chunk->qc_headerbh); in ocfs2_extend_local_quota_file()1184 unlock_buffer(chunk->qc_headerbh); in ocfs2_extend_local_quota_file()[all …]
79 struct buffer_head *qc_headerbh; /* Buffer head with chunk header */ member