Home
last modified time | relevance | path

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

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