Searched refs:ffs_truncate (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_extern.h | 110 int ffs_truncate(struct vnode *, off_t, int, struct ucred *);
|
H A D | ffs_vnops.c | 1040 (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 D | ffs_inode.c | 231 ffs_truncate(struct vnode *vp, in ffs_truncate() function
|
H A D | ffs_vfsops.c | 1003 ump->um_truncate = ffs_truncate; in ffs_mountfs()
|
H A D | ffs_snapshot.c | 2012 * 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()
|