Searched refs:i_res (Results 1 – 8 of 8) 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()
30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rbm.rgd; in gfs2_rg_blocks()
616 struct gfs2_inode *ip = container_of(rs, struct gfs2_inode, i_res); in dump_rs()694 gfs2_rs_deltree(&ip->i_res); in gfs2_rsqa_delete()1493 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert()1568 struct gfs2_blkreserv *rs = &ip->i_res; in rg_mblk_search()1638 while ((rs_cmp(block, length, rs) == 0) && (&ip->i_res != rs)) { in gfs2_next_unreserved_block()1750 if ((ip == NULL || !gfs2_rs_active(&ip->i_res)) && in gfs2_rbm_find()2043 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_reserve()2312 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_adjust_reservation()2355 if (gfs2_rs_active(&ip->i_res)) { in gfs2_set_alloc_start()2356 *rbm = ip->i_res.rs_rbm; in gfs2_set_alloc_start()[all …]
1351 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode()1352 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()1399 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode()1400 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
414 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
1539 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()1540 rgd == ip->i_res.rs_rbm.rgd) in sweep_bh_for_rgrps()1541 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
610 i_res)->i_no_addr;
1127 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()