Home
last modified time | relevance | path

Searched refs:GFS2_BLKST_FREE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/gfs2/
Drgrp.c326 if (res != GFS2_BLKST_FREE) in gfs2_unaligned_extlen()
1530 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, ip, true, ap); in rg_mblk_search()
1695 (state == GFS2_BLKST_FREE)) in gfs2_rbm_find()
1730 if ((state == GFS2_BLKST_FREE) && initial_offset == 0) in gfs2_rbm_find()
1747 if (minext == NULL || state != GFS2_BLKST_FREE) in gfs2_rbm_find()
2166 if (ret || gfs2_testbit(&pos) != GFS2_BLKST_FREE) in gfs2_alloc_extent()
2348 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, ip, false, NULL); in gfs2_alloc_blocks()
2352 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, NULL, false, in gfs2_alloc_blocks()
2434 rgd = rgblk_free(sdp, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
2437 trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
[all …]
Dtrace_gfs2.h30 { GFS2_BLKST_FREE, "free" }, \
/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h162 #define GFS2_BLKST_FREE 0 macro