Home
last modified time | relevance | path

Searched defs:gfs2_blkreserv (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/gfs2/
Dincore.h282 struct gfs2_blkreserv { struct
284 atomic_t rs_sizehint; /* hint of the write size */
286 struct gfs2_holder rs_rgd_gh; /* Filled in by get_local_rgrp */
287 struct rb_node rs_node; /* link to other block reservations */
288 struct gfs2_rbm rs_rbm; /* Start of reservation */
289 u32 rs_free; /* how many blocks are still free */
290 u64 rs_inum; /* Inode number for reservation */
293 struct gfs2_quota_data *rs_qa_qd[2 * GFS2_MAXQUOTAS];
294 struct gfs2_holder rs_qa_qd_ghs[2 * GFS2_MAXQUOTAS];
295 unsigned int rs_qa_qd_num;