Searched refs:first_ino (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 94 xfs_ino_t *first_ino); /* first inode in deleted cluster */
|
H A D | xfs_ialloc.c | 1450 xfs_ino_t *first_ino, xfs_difree_inobt() 1510 *first_ino = XFS_AGINO_TO_INO(mp, agno, rec.ir_startino); xfs_difree_inobt() 1675 xfs_ino_t *first_ino)/* first inode in deleted cluster */ xfs_difree() 1726 error = xfs_difree_inobt(mp, tp, agbp, agino, flist, deleted, first_ino, xfs_difree() 1443 xfs_difree_inobt( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t agino, struct xfs_bmap_free *flist, int *deleted, xfs_ino_t *first_ino, struct xfs_inobt_rec_incore *orec) xfs_difree_inobt() argument 1670 xfs_difree( struct xfs_trans *tp, xfs_ino_t inode, struct xfs_bmap_free *flist, int *deleted, xfs_ino_t *first_ino) xfs_difree() argument
|
/linux-4.1.27/fs/btrfs/ |
H A D | file.c | 365 u64 first_ino = 0; btrfs_run_defrag_inodes() local 380 first_ino); btrfs_run_defrag_inodes() 382 if (root_objectid || first_ino) { btrfs_run_defrag_inodes() 384 first_ino = 0; btrfs_run_defrag_inodes() 391 first_ino = defrag->ino + 1; btrfs_run_defrag_inodes()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_inode.c | 2418 xfs_ino_t first_ino; xfs_ifree() local 2434 error = xfs_difree(tp, ip->i_ino, flist, &delete, &first_ino); xfs_ifree() 2452 error = xfs_ifree_cluster(ip, tp, first_ino); xfs_ifree()
|
Completed in 142 milliseconds