Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A 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()
H A Drgrp.c691 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()
2047 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_reserve()
2203 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_release()
2349 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_adjust_reservation()
2392 if (gfs2_rs_active(&ip->i_res)) { in gfs2_set_alloc_start()
2393 goal = ip->i_res.rs_start; in gfs2_set_alloc_start()
2426 BUG_ON(ip->i_res.rs_reserved < *nblocks); in gfs2_alloc_blocks()
2429 if (gfs2_rs_active(&ip->i_res)) { in gfs2_alloc_blocks()
[all …]
H A Dtrans.h30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
H A Dsuper.c1509 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode()
1510 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1520 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1553 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode()
1554 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
H A Dfile.c714 if (gfs2_rs_active(&ip->i_res)) in gfs2_release()
1319 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()
1320 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()
1404 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
H A Dincore.h395 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
H A Dbmap.c1501 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()
1502 rgd == ip->i_res.rs_rgd) in sweep_bh_for_rgrps()
1503 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
H A Dtrace_gfs2.h623 i_res)->i_no_addr;
H A Dinode.c836 gfs2_rs_deltree(&ip->i_res); in gfs2_create_inode()