Searched refs:gfs2_rbm_find (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | rgrp.c | 75 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext, 1514 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, ip, true, ap); in rg_mblk_search() 1652 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext, in gfs2_rbm_find() function 1776 error = gfs2_rbm_find(&rbm, GFS2_BLKST_UNLINKED, NULL, NULL, in try_rgrp_unlink() 2325 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, ip, false, NULL); in gfs2_alloc_blocks() 2329 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, NULL, false, in gfs2_alloc_blocks()
|