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

/freebsd-10.0-release/sys/sys/
H A Dsyscallsubr.h248 enum uio_seg pathseg, ino_t oldinum);
/freebsd-10.0-release/sys/kern/
H A Dvfs_syscalls.c1806 ino_t oldinum)
1822 if (vp->v_type == VDIR && oldinum == 0) {
1824 } else if (oldinum != 0 &&
1826 sb.st_ino != oldinum) {
1805 kern_unlinkat(struct thread *td, int fd, char *path, enum uio_seg pathseg, ino_t oldinum) argument
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c9502 ino_t oldinum; local
9507 oldinum = dirrem->dm_oldinum;
9511 if (ffs_vgetf(mp, oldinum, flags, &vp, FFSV_FORCEINSMQ) != 0)
9515 if ((inodedep_lookup(mp, oldinum, 0, &inodedep)) == 0)
9599 inodedep_lookup(mp, oldinum, 0, &inodedep);

Completed in 147 milliseconds