Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
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()
2434 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, &ip->i_res, false); in gfs2_alloc_blocks()
2438 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, NULL, false); in gfs2_alloc_blocks()
2523 rgblk_free(sdp, rgd, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
2524 trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
[all …]
Dutil.c282 GFS2_BLKST_FREE); in signal_our_withdraw()
Dtrace_gfs2.h32 { GFS2_BLKST_FREE, "free" }, \
Dinode.c156 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
172 if (blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
Dops_fstype.c463 GFS2_BLKST_FREE /* ignore */); in gfs2_lookup_root()
Ddir.c1665 GFS2_BLKST_FREE /* ignore */); in gfs2_dir_search()
/linux-6.1.9/include/uapi/linux/
Dgfs2_ondisk.h163 #define GFS2_BLKST_FREE 0 macro