Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Drtbitmap.c172 bool is_free; in xchk_xref_is_used_rt_space() local
185 &is_free); in xchk_xref_is_used_rt_space()
188 if (is_free) in xchk_xref_is_used_rt_space()
/fs/xfs/libxfs/
Dxfs_rtbitmap.c1022 int is_free; in xfs_rtalloc_query_range() local
1038 &is_free); in xfs_rtalloc_query_range()
1047 if (is_free) { in xfs_rtalloc_query_range()
1085 bool *is_free) in xfs_rtalloc_extent_is_free() argument
1095 *is_free = matches; in xfs_rtalloc_extent_is_free()
/fs/jfs/
Djfs_imap.h153 bool is_free, struct tblock * tblk);
Djfs_imap.c2723 unsigned long inum, bool is_free, struct tblock * tblk) in diUpdatePMap() argument
2761 if (is_free) { in diUpdatePMap()
/fs/xfs/
Dxfs_rtalloc.h136 bool *is_free);