Home
last modified time | relevance | path

Searched refs:is_free (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/scrub/
Drtbitmap.c135 bool is_free; in xchk_xref_is_used_rt_space() local
149 &is_free); in xchk_xref_is_used_rt_space()
152 if (is_free) in xchk_xref_is_used_rt_space()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rtbitmap.c1023 int is_free; in xfs_rtalloc_query_range() local
1039 &is_free); in xfs_rtalloc_query_range()
1049 if (is_free) { in xfs_rtalloc_query_range()
1087 bool *is_free) in xfs_rtalloc_extent_is_free() argument
1097 *is_free = matches; in xfs_rtalloc_extent_is_free()
/linux-4.19.296/fs/jfs/
Djfs_imap.h166 bool is_free, struct tblock * tblk);
Djfs_imap.c2732 unsigned long inum, bool is_free, struct tblock * tblk) in diUpdatePMap() argument
2770 if (is_free) { in diUpdatePMap()
/linux-4.19.296/fs/xfs/
Dxfs_rtalloc.h137 bool *is_free);