HomeSort by: relevance | last modified time | path
    Searched refs:ext2fs_update (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_extern.h 118 int ext2fs_update(struct vnode *, const struct timespec *,
ext2fs_inode.c 214 ext2fs_update(vp, NULL, NULL, 0);
237 ext2fs_update(struct vnode *vp, const struct timespec *acc, function
401 error = ext2fs_update(ovp, NULL, NULL, UPDATE_WAIT);
484 return ext2fs_update(ovp, NULL, NULL, 0);
ext2fs_vnops.c 424 error = ext2fs_update(vp, &vap->va_atime, &vap->va_mtime,
594 error = ext2fs_update(vp, NULL, NULL, UPDATE_WAIT);
671 if ((error = ext2fs_update(dvp, NULL, NULL, UPDATE_DIROP)) != 0)
927 error = ext2fs_update(vp, NULL, NULL, wait ? UPDATE_WAIT : 0);
1014 if ((error = ext2fs_update(tvp, NULL, NULL, UPDATE_WAIT)) != 0)
ext2fs_readwrite.c 244 error = ext2fs_update(vp, NULL, NULL, UPDATE_WAIT);
477 error = ext2fs_update(vp, NULL, NULL, UPDATE_WAIT);
ext2fs_rename.c 336 error = ext2fs_update(fvp, NULL, NULL, UPDATE_WAIT);
362 error = ext2fs_update(tdvp, NULL, NULL, UPDATE_WAIT);
387 (void)ext2fs_update(tdvp, NULL, NULL,
ext2fs_vfsops.c 157 .uo_update = ext2fs_update,
989 error = ext2fs_update(vp, NULL, NULL, 0);

Completed in 32 milliseconds