fs/gfs2/dir.c
1666
GFS2_BLKST_FREE /* ignore */);
fs/gfs2/inode.c
175
if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) {
fs/gfs2/inode.c
191
if (blktype != GFS2_BLKST_FREE) {
fs/gfs2/ops_fstype.c
427
GFS2_BLKST_FREE /* ignore */);
fs/gfs2/rgrp.c
1600
ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, &ip->i_res, true);
fs/gfs2/rgrp.c
1761
(state == GFS2_BLKST_FREE))
fs/gfs2/rgrp.c
1771
if (state == GFS2_BLKST_FREE && rbm->offset == 0)
fs/gfs2/rgrp.c
1811
if (state != GFS2_BLKST_FREE)
fs/gfs2/rgrp.c
2242
if (ret || gfs2_testbit(&pos, true) != GFS2_BLKST_FREE)
fs/gfs2/rgrp.c
2431
error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, &ip->i_res, false);
fs/gfs2/rgrp.c
2435
error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, NULL, false);
fs/gfs2/rgrp.c
2523
rgblk_free(sdp, rgd, bstart, blen, GFS2_BLKST_FREE);
fs/gfs2/rgrp.c
2524
trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE);
fs/gfs2/rgrp.c
2579
rgblk_free(sdp, rgd, ip->i_no_addr, 1, GFS2_BLKST_FREE);
fs/gfs2/rgrp.c
2591
trace_gfs2_block_alloc(ip, rgd, ip->i_no_addr, 1, GFS2_BLKST_FREE);
fs/gfs2/rgrp.c
347
if (res != GFS2_BLKST_FREE)
fs/gfs2/trace_gfs2.h
32
{ GFS2_BLKST_FREE, "free" }, \