Lines Matching refs:i_ctime
599 dir->i_ctime = dir->i_mtime = current_time(dir); in udf_add_nondir()
712 dir->i_ctime = dir->i_mtime = current_time(dir); in udf_mkdir()
825 inode->i_ctime = dir->i_ctime = dir->i_mtime = in udf_rmdir()
869 dir->i_ctime = dir->i_mtime = current_time(dir); in udf_unlink()
872 inode->i_ctime = dir->i_ctime; in udf_unlink()
1063 inode->i_ctime = current_time(inode); in udf_link()
1065 dir->i_ctime = dir->i_mtime = current_time(dir); in udf_link()
1160 old_inode->i_ctime = current_time(old_inode); in udf_rename()
1176 new_inode->i_ctime = current_time(new_inode); in udf_rename()
1179 old_dir->i_ctime = old_dir->i_mtime = current_time(old_dir); in udf_rename()
1180 new_dir->i_ctime = new_dir->i_mtime = current_time(new_dir); in udf_rename()