Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
Dmain.c44 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()
Drgrp.c622 struct gfs2_inode *ip = container_of(rs, struct gfs2_inode, i_res); in dump_rs()
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()
1600 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, &ip->i_res, true); 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()
[all …]
Dtrans.h30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
Dsuper.c1387 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode()
1388 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1400 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1435 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode()
1436 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
Dfile.c708 if (gfs2_rs_active(&ip->i_res)) in gfs2_release()
1300 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()
1301 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()
1385 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
Dincore.h395 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
Dbmap.c1486 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()
1487 rgd == ip->i_res.rs_rgd) in sweep_bh_for_rgrps()
1488 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
Dtrace_gfs2.h615 i_res)->i_no_addr;
Dinode.c808 gfs2_rs_deltree(&ip->i_res); in gfs2_create_inode()