Lines Matching refs:i_ctime
600 dir->i_ctime = dir->i_mtime = current_time(dir); in udf_add_nondir()
711 dir->i_ctime = dir->i_mtime = current_time(dir); in udf_mkdir()
824 inode->i_ctime = dir->i_ctime = dir->i_mtime = in udf_rmdir()
868 dir->i_ctime = dir->i_mtime = current_time(dir); in udf_unlink()
871 inode->i_ctime = dir->i_ctime; in udf_unlink()
1062 inode->i_ctime = current_time(inode); in udf_link()
1064 dir->i_ctime = dir->i_mtime = current_time(dir); in udf_link()
1159 old_inode->i_ctime = current_time(old_inode); in udf_rename()
1175 new_inode->i_ctime = current_time(new_inode); in udf_rename()
1178 old_dir->i_ctime = old_dir->i_mtime = current_time(old_dir); in udf_rename()
1179 new_dir->i_ctime = new_dir->i_mtime = current_time(new_dir); in udf_rename()