Home
last modified time | relevance | path

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

/Linux-v5.10/fs/gfs2/
Drgrp.c321 if (res != GFS2_BLKST_FREE) in gfs2_unaligned_extlen()
1559 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, ip, true); in rg_mblk_search()
1719 (state == GFS2_BLKST_FREE)) in gfs2_rbm_find()
1729 if (state == GFS2_BLKST_FREE && rbm->offset == 0) in gfs2_rbm_find()
1770 if (minext == NULL || state != GFS2_BLKST_FREE) in gfs2_rbm_find()
2167 if (ret || gfs2_testbit(&pos, true) != GFS2_BLKST_FREE) in gfs2_alloc_extent()
2355 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, ip, false); in gfs2_alloc_blocks()
2359 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, NULL, false); in gfs2_alloc_blocks()
2440 rgblk_free(sdp, rgd, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
2441 trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
[all …]
Dutil.c226 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.c457 GFS2_BLKST_FREE /* ignore */); in gfs2_lookup_root()
Ddir.c1663 GFS2_BLKST_FREE /* ignore */); in gfs2_dir_search()
/Linux-v5.10/include/uapi/linux/
Dgfs2_ondisk.h163 #define GFS2_BLKST_FREE 0 macro