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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc.h110 xfs_ino_t *first_ino); /* first inode in deleted cluster */
H A Dxfs_ialloc.c934 xfs_ino_t *first_ino) /* first inode in deleted cluster */
1059 *first_ino = XFS_AGINO_TO_INO(mp, agno, rec.ir_startino);
929 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.c2347 xfs_ino_t first_ino; local
2366 error = xfs_difree(tp, ip->i_ino, flist, &delete, &first_ino);
2386 xfs_ifree_cluster(ip, tp, first_ino);

Completed in 57 milliseconds