Searched refs:i_res (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/fs/gfs2/ |
D | main.c | 45 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()
|
D | rgrp.c | 622 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 …]
|
D | trans.h | 30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
|
D | super.c | 1388 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()
|
D | file.c | 714 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()
|
D | incore.h | 394 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
|
D | bmap.c | 1547 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()
|
D | trace_gfs2.h | 618 i_res)->i_no_addr;
|