Lines Matching defs:next_ip
1946 struct xfs_inode *next_ip = NULL;
1954 next_ip = radix_tree_lookup(&pag->pag_ici_root, next_agino);
1955 ASSERT(next_ip == NULL);
1970 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip);
1975 if (VFS_I(next_ip)->i_nlink != 0) {
1980 next_ip->i_prev_unlinked = prev_agino;
1981 trace_xfs_iunlink_reload_next(next_ip);
1983 ASSERT(!(VFS_I(next_ip)->i_state & I_DONTCACHE));
1984 if (xfs_is_quotacheck_running(mp) && next_ip)
1985 xfs_iflags_set(next_ip, XFS_IQUOTAUNCHECKED);
1986 xfs_irele(next_ip);
3698 struct xfs_inode *next_ip = NULL;
3702 next_ip = ip;
3703 next_ip->i_prev_unlinked = prev_agino;
3709 next_ip = xfs_iunlink_lookup(pag, next_agino);
3710 if (next_ip)
3720 next_ip = xfs_iunlink_lookup(pag, next_agino);
3721 if (!next_ip) {
3723 ASSERT(next_ip != NULL);
3730 next_agino = next_ip->i_next_unlinked;