Searched refs:ffs_freefile (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/ufs/ffs/ |
| HD | ffs_extern.h | 74 int ffs_freefile(struct ufsmount *, struct fs *, struct vnode *, ino_t,
|
| HD | ffs_alloc.c | 2468 return (ffs_freefile(ump, ump->um_fs, ump->um_devvp, ino, mode, NULL)); 2476 ffs_freefile(ump, fs, devvp, ino, mode, wkhd) in ffs_freefile() function 2926 if ((error = ffs_freefile(ump, fs, ump->um_devvp, in sysctl_ffs_fsck()
|
| HD | ffs_snapshot.c | 600 error = ffs_freefile(ump, copy_fs, vp, xp->i_number, 717 error = ffs_freefile(ump,
|
| HD | ffs_softdep.c | 9918 if ((error = ffs_freefile(ump, fs, freefile->fx_devvp,
|