.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "INODE_UPDATE_TIME" "9" "09 October 2005" "" ""
.SH NAME
inode_update_time \- update mtime and ctime time
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void inode_update_time (struct inode * \fIinode\fB, int \fIctime_too\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
inode accessed
.TP
\fB\fIctime_too\fB\fR
update ctime too
.SH "DESCRIPTION"
.PP
Update the mtime time on an inode and mark it for writeback.
When ctime_too is specified update the ctime too.