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()2049 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_reserve()2205 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_release()2351 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_adjust_reservation()2394 if (gfs2_rs_active(&ip->i_res)) { in gfs2_set_alloc_start()2395 goal = ip->i_res.rs_start; in gfs2_set_alloc_start()2429 BUG_ON(ip->i_res.rs_reserved < *nblocks); in gfs2_alloc_blocks()2432 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()
1422 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode()1423 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()1433 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()1466 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode()1467 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
709 if (gfs2_rs_active(&ip->i_res)) in gfs2_release()1301 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()1302 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()1386 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
395 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
1497 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()1498 rgd == ip->i_res.rs_rgd) in sweep_bh_for_rgrps()1499 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
615 i_res)->i_no_addr;
827 gfs2_rs_deltree(&ip->i_res); in gfs2_create_inode()
Completed in 25 milliseconds