Searched refs:S_CTIME (Results 1 – 2 of 2) sorted by relevance
1543 enum { S_MTIME = 1, S_CTIME = 2, S_VERSION = 4 } sync_it = 0; in file_update_time() enumerator1554 sync_it |= S_CTIME; in file_update_time()1569 if (sync_it & S_CTIME) in file_update_time()
4456 enum { S_MTIME = 1, S_CTIME = 2, S_VERSION = 4 } sync_it = 0; in btrfs_update_time() enumerator4467 sync_it |= S_CTIME; in btrfs_update_time()4482 if (sync_it & S_CTIME) in btrfs_update_time()