Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Drgrp.c326 if (res != GFS2_BLKST_FREE) in gfs2_unaligned_extlen()
1514 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, ip, true, ap); in rg_mblk_search()
1679 (state == GFS2_BLKST_FREE)) in gfs2_rbm_find()
1714 if ((state == GFS2_BLKST_FREE) && initial_offset == 0) { in gfs2_rbm_find()
1733 if (minext == NULL || state != GFS2_BLKST_FREE) in gfs2_rbm_find()
2143 if (ret || gfs2_testbit(&pos) != GFS2_BLKST_FREE) in gfs2_alloc_extent()
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()
2411 rgd = rgblk_free(sdp, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
2414 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.1.27/include/uapi/linux/
Dgfs2_ondisk.h162 #define GFS2_BLKST_FREE 0 macro