Searched refs:i_res (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/fs/gfs2/ |
D | main.c | 44 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()
|
D | rgrp.c | 622 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 …]
|
D | trans.h | 30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
|
D | super.c | 1526 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode() 1527 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode() 1537 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode() 1570 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode() 1571 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
|
D | file.c | 712 if (gfs2_rs_active(&ip->i_res)) in gfs2_release() 1311 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate() 1312 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate() 1396 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
|
D | incore.h | 395 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
|
D | bmap.c | 1497 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps() 1498 rgd == ip->i_res.rs_rgd) in sweep_bh_for_rgrps() 1499 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
|
D | trace_gfs2.h | 615 i_res)->i_no_addr;
|
D | inode.c | 833 gfs2_rs_deltree(&ip->i_res); in gfs2_create_inode()
|