<dec f='src/src/sys/ufs/ffs/ffs_extern.h' l='114' type='int ffs_update(struct vnode * , const struct timespec * , const struct timespec * , int )'/>
<doc f='src/src/sys/ufs/ffs/ffs_extern.h' l='113'>/* ffs_inode.c */</doc>
<def f='src/src/sys/ufs/ffs/ffs_inode.c' l='110' ll='197' type='int ffs_update(struct vnode * vp, const struct timespec * acc, const struct timespec * mod, int updflags)'/>
<use f='src/src/sys/ufs/ffs/ffs_inode.c' l='242' u='c' c='ffs_truncate'/>
<use f='src/src/sys/ufs/ffs/ffs_inode.c' l='248' u='c' c='ffs_truncate'/>
<use f='src/src/sys/ufs/ffs/ffs_inode.c' l='298' u='c' c='ffs_truncate'/>
<use f='src/src/sys/ufs/ffs/ffs_inode.c' l='383' u='c' c='ffs_truncate'/>
<doc f='src/src/sys/ufs/ffs/ffs_inode.c' l='99'>/*
 * Update the access, modified, and inode change times as specified
 * by the IN_ACCESS, IN_UPDATE, and IN_CHANGE flags respectively.
 * The IN_MODIFIED flag is used to specify that the inode needs to be
 * updated but that the times have already been set. The access
 * and modified times are taken from the second and third parameters;
 * the inode change time is always taken from the current time. If
 * UPDATE_WAIT flag is set, or UPDATE_DIROP is set then wait for the
 * disk write of the inode to complete.
 */</doc>
<use f='src/src/sys/ufs/ffs/ffs_snapshot.c' l='467' u='c' c='snapshot_setup'/>
<use f='src/src/sys/ufs/ffs/ffs_vfsops.c' l='186'/>
<use f='src/src/sys/ufs/ffs/ffs_vfsops.c' l='186'/>
<use f='src/src/sys/ufs/ffs/ffs_vfsops.c' l='1928' u='c' c='ffs_sync'/>
<use f='src/src/sys/ufs/ffs/ffs_vnops.c' l='315' u='c' c='ffs_spec_fsync'/>
<use f='src/src/sys/ufs/ffs/ffs_vnops.c' l='322' u='c' c='ffs_spec_fsync'/>
<use f='src/src/sys/ufs/ffs/ffs_vnops.c' l='396' u='c' c='ffs_fsync'/>
<use f='src/src/sys/ufs/ffs/ffs_vnops.c' l='441' u='c' c='ffs_fsync'/>
<use f='src/src/sys/ufs/ffs/ffs_vnops.c' l='507' u='c' c='ffs_full_fsync'/>
<use f='src/src/sys/ufs/ffs/ffs_vnops.c' l='538' u='c' c='ffs_full_fsync'/>
<use f='src/src/sys/ufs/ffs/ffs_wapbl.c' l='665' u='c' c='wapbl_create_infs_log'/>
