Searched refs:update_ctime (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 470 static int update_ctime(ext2_filsys fs, ext2_ino_t ino, in update_ctime() function 1247 ret = update_ctime(fs, ino, &inode); in remove_inode() 1750 ret = update_ctime(fs, from_ino, NULL); in op_rename() 1839 ret = update_ctime(fs, ino, &inode); in op_link() 1923 ret = update_ctime(fs, ino, &inode); in op_chmod() 1990 ret = update_ctime(fs, ino, &inode); in op_chown() 2663 ret = update_ctime(fs, ino, NULL); in op_setxattr() 2729 ret = update_ctime(fs, ino, NULL); in op_removexattr() 3075 ret = update_ctime(fs, ino, &inode); in op_utimens() 3141 ret = update_ctime(fs, fh->ino, &inode); in ioctl_setflags() [all …]
|