Home
last modified time | relevance | path

Searched refs:first_ino (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.h94 xfs_ino_t *first_ino); /* first inode in deleted cluster */
Dxfs_ialloc.c1450 xfs_ino_t *first_ino, in xfs_difree_inobt() argument
1510 *first_ino = XFS_AGINO_TO_INO(mp, agno, rec.ir_startino); in xfs_difree_inobt()
1675 xfs_ino_t *first_ino)/* first inode in deleted cluster */ in xfs_difree() argument
1726 error = xfs_difree_inobt(mp, tp, agbp, agino, flist, deleted, first_ino, in xfs_difree()
/linux-4.1.27/fs/btrfs/
Dfile.c365 u64 first_ino = 0; in btrfs_run_defrag_inodes() local
380 first_ino); in btrfs_run_defrag_inodes()
382 if (root_objectid || first_ino) { in btrfs_run_defrag_inodes()
384 first_ino = 0; in btrfs_run_defrag_inodes()
391 first_ino = defrag->ino + 1; in btrfs_run_defrag_inodes()
/linux-4.1.27/fs/xfs/
Dxfs_inode.c2418 xfs_ino_t first_ino; in xfs_ifree() local
2434 error = xfs_difree(tp, ip->i_ino, flist, &delete, &first_ino); in xfs_ifree()
2452 error = xfs_ifree_cluster(ip, tp, first_ino); in xfs_ifree()