Home
last modified time | relevance | path

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

/Linux-v5.15/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.c622 struct gfs2_inode *ip = container_of(rs, struct gfs2_inode, i_res); in dump_rs()
690 gfs2_rs_deltree(&ip->i_res); in gfs2_rs_delete()
1503 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert()
1578 struct gfs2_blkreserv *rs = &ip->i_res; in rg_mblk_search()
1611 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, &ip->i_res, true); in rg_mblk_search()
2060 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_reserve()
2212 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_release()
2358 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_adjust_reservation()
2401 if (gfs2_rs_active(&ip->i_res)) { in gfs2_set_alloc_start()
2402 goal = ip->i_res.rs_start; in gfs2_set_alloc_start()
[all …]
Dtrans.h30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
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()
Dfile.c714 if (gfs2_rs_active(&ip->i_res)) in gfs2_release()
1112 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()
1113 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()
1197 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
Dincore.h394 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
Dbmap.c1547 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()
1548 rgd == ip->i_res.rs_rgd) in sweep_bh_for_rgrps()
1549 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
Dtrace_gfs2.h618 i_res)->i_no_addr;