Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
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()
821 (chunk->qc_headerbh->b_data); in ocfs2_local_free_info()
930 chunk->qc_headerbh->b_data; in ocfs2_find_free_entry()
1078 chunk->qc_headerbh = bh; in ocfs2_local_quota_add_chunk()
1171 chunk->qc_headerbh, in ocfs2_extend_local_quota_file()
1178 dchunk = (struct ocfs2_local_disk_chunk *)chunk->qc_headerbh->b_data; in ocfs2_extend_local_quota_file()
1179 lock_buffer(chunk->qc_headerbh); in ocfs2_extend_local_quota_file()
1181 unlock_buffer(chunk->qc_headerbh); in ocfs2_extend_local_quota_file()
[all …]
Dquota.h80 struct buffer_head *qc_headerbh; /* Buffer head with chunk header */ member