Searched refs:GFS2_BLKST_FREE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | rgrp.c | 347 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 D | util.c | 273 GFS2_BLKST_FREE); in signal_our_withdraw()
|
H A D | trace_gfs2.h | 32 { GFS2_BLKST_FREE, "free" }, \
|
H A D | inode.c | 161 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup() 177 if (blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
|
H A D | ops_fstype.c | 463 GFS2_BLKST_FREE /* ignore */); in gfs2_lookup_root()
|
H A D | dir.c | 1665 GFS2_BLKST_FREE /* ignore */); in gfs2_dir_search()
|
/openbmc/linux/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 163 #define GFS2_BLKST_FREE 0 macro
|