Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Drgrp.c335 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()
1722 (state == GFS2_BLKST_FREE)) in gfs2_rbm_find()
1757 if ((state == GFS2_BLKST_FREE) && initial_offset == 0) in gfs2_rbm_find()
1774 if (minext == NULL || state != GFS2_BLKST_FREE) in gfs2_rbm_find()
2175 if (ret || gfs2_testbit(&pos, true) != GFS2_BLKST_FREE) in gfs2_alloc_extent()
2357 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, ip, false); in gfs2_alloc_blocks()
2361 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, NULL, NULL, false); in gfs2_alloc_blocks()
2441 rgd = rgblk_free(sdp, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
2444 trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE); in __gfs2_free_blocks()
[all …]
Dtrace_gfs2.h32 { GFS2_BLKST_FREE, "free" }, \
Dinode.c153 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
164 if (blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
Dops_fstype.c441 GFS2_BLKST_FREE /* ignore */); in gfs2_lookup_root()
Ddir.c1667 GFS2_BLKST_FREE /* ignore */); in gfs2_dir_search()
/Linux-v4.19/include/uapi/linux/
Dgfs2_ondisk.h163 #define GFS2_BLKST_FREE 0 macro