Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ufs/ffs/
HDffs_extern.h101 int ffs_vfree(struct vnode *, ino_t, int);
HDffs_alloc.c1078 ffs_vfree(pvp, ino, mode);
2454 ffs_vfree(pvp, ino, mode) in ffs_vfree() function
HDffs_vfsops.c931 ump->um_vfree = ffs_vfree;