Searched refs:first_ino (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_ialloc.h110 xfs_ino_t *first_ino); /* first inode in deleted cluster */
H A Dxfs_ialloc.c936 xfs_ino_t *first_ino) /* first inode in deleted cluster */
1061 *first_ino = XFS_AGINO_TO_INO(mp, agno, rec.ir_startino);
931 xfs_difree( xfs_trans_t *tp, xfs_ino_t inode, xfs_bmap_free_t *flist, int *delete, xfs_ino_t *first_ino) argument
H A Dxfs_inode.c2314 xfs_ino_t first_ino; local
2333 error = xfs_difree(tp, ip->i_ino, flist, &delete, &first_ino);
2353 xfs_ifree_cluster(ip, tp, first_ino);

Completed in 109 milliseconds