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

/linux-master/fs/gfs2/
H A Drgrp.c347 if (res != GFS2_BLKST_FREE)
1600 ret = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &extlen, &ip->i_res, true);
1761 (state == GFS2_BLKST_FREE))
1771 if (state == GFS2_BLKST_FREE && rbm->offset == 0)
1811 if (state != GFS2_BLKST_FREE)
2244 if (ret || gfs2_testbit(&pos, true) != GFS2_BLKST_FREE)
2433 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, &ip->i_res, false);
2437 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, NULL, false);
2525 rgblk_free(sdp, rgd, bstart, blen, GFS2_BLKST_FREE);
2526 trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE);
[all...]
H A Dutil.c267 * GFS2_BLKST_FREE simply overrides a block check in gfs2_inode_lookup
273 GFS2_BLKST_FREE);
H A Dinode.c99 * GFS2_BLKST_FREE to indicate not to verify)
103 * If @blktype is anything other than GFS2_BLKST_FREE (which is used as a
161 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) {
177 if (blktype != GFS2_BLKST_FREE) {
H A Dtrace_gfs2.h32 { GFS2_BLKST_FREE, "free" }, \
H A Ddir.c1665 GFS2_BLKST_FREE /* ignore */);
H A Dops_fstype.c461 GFS2_BLKST_FREE /* ignore */);
/linux-master/include/uapi/linux/
H A Dgfs2_ondisk.h163 #define GFS2_BLKST_FREE 0 macro

Completed in 118 milliseconds