Searched refs:GFS2_BLKST_FREE (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/gfs2/ |
D | rgrp.c | 335 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 …]
|
D | trace_gfs2.h | 32 { GFS2_BLKST_FREE, "free" }, \
|
D | inode.c | 153 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup() 164 if (blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup()
|
D | ops_fstype.c | 441 GFS2_BLKST_FREE /* ignore */); in gfs2_lookup_root()
|
D | dir.c | 1667 GFS2_BLKST_FREE /* ignore */); in gfs2_dir_search()
|
/Linux-v4.19/include/uapi/linux/ |
D | gfs2_ondisk.h | 163 #define GFS2_BLKST_FREE 0 macro
|