Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A 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()
A Drgrp.c690 gfs2_rs_deltree(&ip->i_res); in gfs2_rs_delete()
1491 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert()
1566 struct gfs2_blkreserv *rs = &ip->i_res; in rg_mblk_search()
2048 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_reserve()
2204 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_release()
2350 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_adjust_reservation()
2393 if (gfs2_rs_active(&ip->i_res)) { in gfs2_set_alloc_start()
2394 goal = ip->i_res.rs_start; in gfs2_set_alloc_start()
2428 BUG_ON(ip->i_res.rs_reserved < *nblocks); in gfs2_alloc_blocks()
2431 if (gfs2_rs_active(&ip->i_res)) { in gfs2_alloc_blocks()
[all …]
A Dtrans.h30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
A Dsuper.c1388 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode()
1389 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1436 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode()
1437 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
A Dfile.c707 if (gfs2_rs_active(&ip->i_res)) in gfs2_release()
1314 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()
1315 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()
1399 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
A Dincore.h394 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
A Dbmap.c1489 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()
1490 rgd == ip->i_res.rs_rgd) in sweep_bh_for_rgrps()
1491 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
A Dtrace_gfs2.h615 i_res)->i_no_addr;

Completed in 27 milliseconds