Home
last modified time | relevance | path

Searched refs:sync_it (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dinode.c1972 int sync_it = 0; in file_update_time() local
1981 sync_it = S_MTIME; in file_update_time()
1984 sync_it |= S_CTIME; in file_update_time()
1987 sync_it |= S_VERSION; in file_update_time()
1989 if (!sync_it) in file_update_time()
1996 ret = inode_update_time(inode, &now, sync_it); in file_update_time()
/kernel/linux/linux-5.10/fs/ntfs/
Dinode.c2809 int sync_it = 0; in ntfs_truncate() local
2813 sync_it = 1; in ntfs_truncate()
2817 if (sync_it) in ntfs_truncate()