Searched refs:gfs2_rbm_find (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
D | rgrp.c | 63 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext, 1562 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, ip, true); in rg_mblk_search() 1698 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext, in gfs2_rbm_find() function 1815 error = gfs2_rbm_find(&rbm, GFS2_BLKST_UNLINKED, NULL, NULL, in try_rgrp_unlink() 2358 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, ip, false); in gfs2_alloc_blocks() 2362 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, NULL, false); in gfs2_alloc_blocks()
|