Searched refs:GFS2_BLKST_FREE (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/gfs2/ |
| D | rgrp.c | 321 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 …]
|
| D | util.c | 226 GFS2_BLKST_FREE); in signal_our_withdraw()
|
| D | trace_gfs2.h | 32 { GFS2_BLKST_FREE, "free" }, \
|
| D | inode.c | 156 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup() 172 if (blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
|
| D | ops_fstype.c | 457 GFS2_BLKST_FREE /* ignore */); in gfs2_lookup_root()
|
| D | dir.c | 1663 GFS2_BLKST_FREE /* ignore */); in gfs2_dir_search()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | gfs2_ondisk.h | 163 #define GFS2_BLKST_FREE 0 macro
|