Searched refs:i_res (Results 1 – 9 of 9) sorted by relevance
44 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_init_inode_once()45 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_init_inode_once()
691 gfs2_rs_deltree(&ip->i_res); in gfs2_rs_delete()1492 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert()1567 struct gfs2_blkreserv *rs = &ip->i_res; in rg_mblk_search()2047 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_reserve()2203 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_release()2349 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_adjust_reservation()2392 if (gfs2_rs_active(&ip->i_res)) { in gfs2_set_alloc_start()2393 goal = ip->i_res.rs_start; in gfs2_set_alloc_start()2426 BUG_ON(ip->i_res.rs_reserved < *nblocks); in gfs2_alloc_blocks()2429 if (gfs2_rs_active(&ip->i_res)) { in gfs2_alloc_blocks()[all …]
30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
1509 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode()1510 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()1520 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()1553 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode()1554 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
714 if (gfs2_rs_active(&ip->i_res)) in gfs2_release()1319 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()1320 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()1404 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
395 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
1501 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()1502 rgd == ip->i_res.rs_rgd) in sweep_bh_for_rgrps()1503 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
623 i_res)->i_no_addr;
836 gfs2_rs_deltree(&ip->i_res); in gfs2_create_inode()