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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c2838 do_hfs_truncate(struct vnode *vp, off_t length, int flags, int skipupdate, vfs_context_t context) argument
2954 if (skipupdate) {
3091 if (skipupdate) {
3117 skipupdate = 0;
3120 if (skipupdate) {
3346 int skipupdate, vfs_context_t context)
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);
3345 hfs_truncate(struct vnode *vp, off_t length, int flags, int skipsetsize, int skipupdate, vfs_context_t context) argument

Completed in 12 milliseconds