HomeSort by: relevance | last modified time | path
    Searched defs:ffs_update (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_inode.c 111 ffs_update(struct vnode *vp, const struct timespec *acc, function in typeref:typename:int
270 if ((error = ffs_update(ovp, NULL, NULL, 0)))
298 return (ffs_update(ovp, NULL, NULL, 0));
304 return (ffs_update(ovp, NULL, NULL, 0));
353 return (ffs_update(ovp, NULL, NULL, 0));
438 error = ffs_update(ovp, NULL, NULL, UPDATE_WAIT);
ffs_inode.c 111 ffs_update(struct vnode *vp, const struct timespec *acc, function in typeref:typename:int
270 if ((error = ffs_update(ovp, NULL, NULL, 0)))
298 return (ffs_update(ovp, NULL, NULL, 0));
304 return (ffs_update(ovp, NULL, NULL, 0));
353 return (ffs_update(ovp, NULL, NULL, 0));
438 error = ffs_update(ovp, NULL, NULL, UPDATE_WAIT);

Completed in 22 milliseconds