Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_extern.h69 int ffs_checkfreefile(struct fs *, struct vnode *, ino_t);
H A Dffs_snapshot.c591 if (ffs_checkfreefile(copy_fs, vp, xp->i_number)) { in ffs_snapshot()
H A Dffs_alloc.c2926 ffs_checkfreefile(struct fs *fs, in ffs_checkfreefile() function