Home
last modified time | relevance | path

Searched refs:xfs_ialloc_has_inode_record (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc.h162 int xfs_ialloc_has_inode_record(struct xfs_btree_cur *cur, xfs_agino_t low,
Dxfs_ialloc.c2680 xfs_ialloc_has_inode_record( in xfs_ialloc_has_inode_record() function
2732 return xfs_ialloc_has_inode_record(cur, low, high, exists); in xfs_ialloc_has_inodes_at_extent()
/Linux-v4.19/fs/xfs/scrub/
Dialloc.c68 error = xfs_ialloc_has_inode_record(*pcur, agino, agino, &has_irec); in xchk_iallocbt_chunk_xref_other()