Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_syscalls.c1924 int flag, enum uio_seg pathseg, ino_t oldinum) in kern_funlinkat_ex() argument
1969 enum uio_seg pathseg, int flag, ino_t oldinum) in kern_funlinkat() argument
1997 if (vp->v_type == VDIR && oldinum == 0) { in kern_funlinkat()
1999 } else if (oldinum != 0 && in kern_funlinkat()
2001 sb.st_ino != oldinum) { in kern_funlinkat()
/freebsd/sys/sys/
H A Dsyscallsubr.h386 enum uio_seg pathseg, int flag, ino_t oldinum);
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c10008 ino_t oldinum; in handle_workitem_remove() local
10013 oldinum = dirrem->dm_oldinum; in handle_workitem_remove()
10017 if (ffs_vgetf(mp, oldinum, flags, &vp, FFSV_FORCEINSMQ | in handle_workitem_remove()
10023 if ((inodedep_lookup(mp, oldinum, 0, &inodedep)) == 0) in handle_workitem_remove()
10118 inodedep_lookup(mp, oldinum, 0, &inodedep); in handle_workitem_remove()