Home
last modified time | relevance | path

Searched refs:i_res (Results 1 – 9 of 9) sorted by relevance

/fs/gfs2/
Dmain.c45 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_init_inode_once()
46 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_init_inode_once()
Drgrp.c596 struct gfs2_inode *ip = container_of(rs, struct gfs2_inode, i_res); in dump_rs()
675 gfs2_rs_deltree(&ip->i_res); in gfs2_rs_delete()
1465 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert()
1540 struct gfs2_blkreserv *rs = &ip->i_res; in rg_mblk_search()
1610 while ((rs_cmp(block, length, rs) == 0) && (&ip->i_res != rs)) { in gfs2_next_unreserved_block()
2011 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_reserve()
2277 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_adjust_reservation()
2320 if (gfs2_rs_active(&ip->i_res)) { in gfs2_set_alloc_start()
2321 *rbm = ip->i_res.rs_rbm; in gfs2_set_alloc_start()
2352 struct gfs2_rbm rbm = { .rgd = ip->i_res.rs_rbm.rgd, }; in gfs2_alloc_blocks()
[all …]
Dtrans.h30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rbm.rgd; in gfs2_rg_blocks()
Dsuper.c1440 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode()
1441 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1453 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1488 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode()
1489 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
Dfile.c720 if (gfs2_rs_active(&ip->i_res)) in gfs2_release()
1209 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
Dincore.h416 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
Dbmap.c1542 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()
1543 rgd == ip->i_res.rs_rbm.rgd) in sweep_bh_for_rgrps()
1544 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
Dtrace_gfs2.h611 i_res)->i_no_addr;
Dinode.c814 gfs2_rs_deltree(&ip->i_res); in gfs2_create_inode()