Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dquota_local.c244 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 …]
Dquota.h79 struct buffer_head *qc_headerbh; /* Buffer head with chunk header */ member