Searched refs:GFS2_BLKST_UNLINKED (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 165 #define GFS2_BLKST_UNLINKED 2 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 165 #define GFS2_BLKST_UNLINKED 2 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 113 #define GFS2_BLKST_UNLINKED 2 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 113 #define GFS2_BLKST_UNLINKED 2 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 101 #define GFS2_BLKST_UNLINKED 2 macro
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | rgrp.c | 1143 GFS2_BLKST_UNLINKED); in count_unlinked() 1729 if (state != GFS2_BLKST_UNLINKED && bi->bi_clone) in gfs2_rbm_find() 1815 error = gfs2_rbm_find(&rbm, GFS2_BLKST_UNLINKED, NULL, NULL, in try_rgrp_unlink() 2485 rgblk_free(sdp, rgd, blkno, 1, GFS2_BLKST_UNLINKED); in gfs2_unlink_di() 2486 trace_gfs2_block_alloc(ip, rgd, blkno, 1, GFS2_BLKST_UNLINKED); in gfs2_unlink_di()
|
H A D | trace_gfs2.h | 35 { GFS2_BLKST_UNLINKED, "unlinked" })
|
H A D | super.c | 1287 ret = gfs2_check_blk_type(sdp, ip->i_no_addr, GFS2_BLKST_UNLINKED); in evict_should_delete()
|
H A D | glock.c | 910 GFS2_BLKST_UNLINKED); in delete_work_func()
|
H A D | inode.c | 109 * @blktype: Requested block type (GFS2_BLKST_DINODE or GFS2_BLKST_UNLINKED; 153 if (blktype != GFS2_BLKST_UNLINKED) in gfs2_inode_lookup()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | rgrp.c | 1160 GFS2_BLKST_UNLINKED); in count_unlinked() 1767 if (state != GFS2_BLKST_UNLINKED && bi->bi_clone) in gfs2_rbm_find() 1853 error = gfs2_rbm_find(&rbm, GFS2_BLKST_UNLINKED, NULL, NULL, in try_rgrp_unlink() 2566 rgblk_free(sdp, rgd, blkno, 1, GFS2_BLKST_UNLINKED); in gfs2_unlink_di() 2567 trace_gfs2_block_alloc(ip, rgd, blkno, 1, GFS2_BLKST_UNLINKED); in gfs2_unlink_di() 2603 * GFS2_BLKST_DINODE or GFS2_BLKST_UNLINKED; checking for type GFS2_BLKST_FREE
|
H A D | trace_gfs2.h | 35 { GFS2_BLKST_UNLINKED, "unlinked" })
|
H A D | super.c | 1371 ret = gfs2_check_blk_type(sdp, ip->i_no_addr, GFS2_BLKST_UNLINKED); in evict_should_delete()
|
H A D | inode.c | 98 * @blktype: Requested block type (GFS2_BLKST_DINODE or GFS2_BLKST_UNLINKED; 146 * The only caller that sets @blktype to GFS2_BLKST_UNLINKED is in gfs2_inode_lookup() 150 if (blktype == GFS2_BLKST_UNLINKED) in gfs2_inode_lookup()
|
H A D | glock.c | 1035 GFS2_BLKST_UNLINKED); in delete_work_func()
|
Completed in 28 milliseconds