Searched refs:ffs_truncate (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/ufs/ffs/ |
| D | ffs_extern.h | 98 int ffs_truncate(struct vnode *, off_t, int, struct ucred *);
|
| D | ffs_vnops.c | 839 (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()
|
| D | ffs_inode.c | 174 ffs_truncate(vp, length, flags, cred) in ffs_truncate() function
|
| D | ffs_snapshot.c | 855 (void) ffs_truncate(vp, (off_t)0, 0, NOCRED); 1999 (void)ffs_truncate(vp, (off_t)0, 0, NOCRED);
|
| D | ffs_vfsops.c | 924 ump->um_truncate = ffs_truncate;
|