Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ialloc.h114 int xfs_ialloc_has_inode_record(struct xfs_btree_cur *cur, xfs_agino_t low,
Dxfs_ialloc.c2652 xfs_ialloc_has_inode_record( in xfs_ialloc_has_inode_record() function
2704 return xfs_ialloc_has_inode_record(cur, low, high, exists); in xfs_ialloc_has_inodes_at_extent()
/fs/xfs/scrub/
Dialloc.c72 error = xfs_ialloc_has_inode_record(*pcur, agino, agino, &has_irec); in xchk_iallocbt_chunk_xref_other()