Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_extern.h110 int ffs_truncate(struct vnode *, off_t, int, struct ucred *);
H A Dffs_vnops.c1040 (void)ffs_truncate(vp, osize, in ffs_write()
1291 (void)ffs_truncate(vp, osize, in ffs_extwrite()
1510 ffs_truncate(vp, 0, IO_EXT, cred); in ffs_close_ea()
H A Dffs_inode.c231 ffs_truncate(struct vnode *vp, in ffs_truncate() function
H A Dffs_vfsops.c1003 ump->um_truncate = ffs_truncate; in ffs_mountfs()
H A Dffs_snapshot.c2012 * XXX The following needs to be set before ffs_truncate or in ffs_snapshot_mount()
2038 (void)ffs_truncate(vp, (off_t)0, 0, NOCRED); in ffs_snapshot_mount()