Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dquota_local.c243 brelse(pos->qc_headerbh); in ocfs2_release_local_quota_bitmaps()
264 newchunk->qc_headerbh = NULL; in ocfs2_load_local_quota_bitmaps()
267 &newchunk->qc_headerbh); in ocfs2_load_local_quota_bitmaps()
825 (chunk->qc_headerbh->b_data); in ocfs2_local_free_info()
932 iter->qc_headerbh->b_data; in ocfs2_find_free_entry()
1080 chunk->qc_headerbh = bh; in ocfs2_local_quota_add_chunk()
1173 chunk->qc_headerbh, in ocfs2_extend_local_quota_file()
1180 dchunk = (struct ocfs2_local_disk_chunk *)chunk->qc_headerbh->b_data; in ocfs2_extend_local_quota_file()
1181 lock_buffer(chunk->qc_headerbh); in ocfs2_extend_local_quota_file()
1183 unlock_buffer(chunk->qc_headerbh); in ocfs2_extend_local_quota_file()
[all …]
H A Dquota.h80 struct buffer_head *qc_headerbh; /* Buffer head with chunk header */ member