Searched refs:do_hfs_truncate (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c91 static int do_hfs_truncate(struct vnode *vp, off_t length, int flags, int skip, vfs_context_t context);
2838 do_hfs_truncate(struct vnode *vp, off_t length, int flags, int skipupdate, vfs_context_t context) function
3398 error = do_hfs_truncate(vp, filebytes, flags, skipupdate, context);
3410 error = do_hfs_truncate(vp, filebytes, flags, skipupdate, context);
3416 error = do_hfs_truncate(vp, length, flags, skipupdate, context);

Completed in 24 milliseconds