Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Dtrans.h33 const struct gfs2_blkreserv *rs = ip->i_res; in gfs2_rg_blocks()
Drgrp.c1007 BUG_ON(ip->i_res != NULL); in gfs2_blkrsv_get()
1008 ip->i_res = kzalloc(sizeof(struct gfs2_blkreserv), GFP_NOFS); in gfs2_blkrsv_get()
1009 return ip->i_res; in gfs2_blkrsv_get()
1024 const struct gfs2_blkreserv *rs = ip->i_res; in try_rgrp_fit()
1116 struct gfs2_blkreserv *rs = ip->i_res; in get_local_rgrp()
1166 BUG_ON(ip->i_res == NULL); in gfs2_blkrsv_put()
1167 kfree(ip->i_res); in gfs2_blkrsv_put()
1168 ip->i_res = NULL; in gfs2_blkrsv_put()
1226 struct gfs2_blkreserv *rs = ip->i_res; in gfs2_inplace_release()
1500 if (ip->i_res == NULL) in gfs2_alloc_blocks()
Dmain.c47 ip->i_res = NULL; in gfs2_init_inode_once()
Dincore.h333 struct gfs2_blkreserv *i_res; /* resource group block reservation */ member
Daops.c882 if (ip->i_res) in gfs2_write_end()
Dinode.c725 if (dip->i_res) in gfs2_create_inode()