Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Drgrp.c347 if (res != GFS2_BLKST_FREE) in gfs2_unaligned_extlen()
1600 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, &ip->i_res, true); in rg_mblk_search()
1761 (state == GFS2_BLKST_FREE)) in gfs2_rbm_find()
1771 if (state == GFS2_BLKST_FREE && rbm->offset == 0) in gfs2_rbm_find()
1811 if (state != GFS2_BLKST_FREE) in gfs2_rbm_find()
2244 if (ret || gfs2_testbit(&pos, true) != GFS2_BLKST_FREE) in gfs2_alloc_extent()
2433 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, &ip->i_res, false); in gfs2_alloc_blocks()
2437 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, NULL, false); in gfs2_alloc_blocks()
2525 rgblk_free(sdp, rgd, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
2526 trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
[all …]
H A Dutil.c273 GFS2_BLKST_FREE); in signal_our_withdraw()
H A Dtrace_gfs2.h32 { GFS2_BLKST_FREE, "free" }, \
H A Dinode.c161 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
177 if (blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
H A Dops_fstype.c463 GFS2_BLKST_FREE /* ignore */); in gfs2_lookup_root()
H A Ddir.c1665 GFS2_BLKST_FREE /* ignore */); in gfs2_dir_search()
/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h163 #define GFS2_BLKST_FREE 0 macro