Query: file_update_time
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FILE_UPDATE_TIME(9) The Linux VFS FILE_UPDATE_TIME(9)NAMEfile_update_time - update mtime and ctime timeSYNOPSISvoid file_update_time(struct file * file);ARGUMENTSfile file accessedDESCRIPTIONUpdate the mtime and ctime members of an inode and mark the inode for writeback. Note that this function is meant exclusively for usage in the file write path of filesystems, and filesystems may choose to explicitly ignore update via this function with the S_NOCMTIME inode flag, e.g. for network filesystem where these timestamps are handled by the server.COPYRIGHTKernel Hackers Manual 2.6. July 2010 FILE_UPDATE_TIME(9)