Home
last modified time | relevance | path

Searched refs:ffs_truncate (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/ufs/ffs/
Dffs_extern.h98 int ffs_truncate(struct vnode *, off_t, int, struct ucred *);
Dffs_vnops.c839 (void)ffs_truncate(vp, osize,
1161 (void)ffs_truncate(vp, osize, in ffs_extwrite()
1354 error = ffs_truncate(vp, 0, IO_EXT, cred); in ffs_close_ea()
Dffs_inode.c174 ffs_truncate(vp, length, flags, cred) in ffs_truncate() function
Dffs_snapshot.c855 (void) ffs_truncate(vp, (off_t)0, 0, NOCRED);
1999 (void)ffs_truncate(vp, (off_t)0, 0, NOCRED);
Dffs_vfsops.c924 ump->um_truncate = ffs_truncate;