Searched refs:updated (Results 1 – 8 of 8) sorted by relevance
2010 int updated = 0; in inode_update_timestamps() local2019 updated |= S_CTIME; in inode_update_timestamps()2022 updated |= S_MTIME; in inode_update_timestamps()2024 if (IS_I_VERSION(inode) && inode_maybe_inc_iversion(inode, updated)) in inode_update_timestamps()2025 updated |= S_VERSION; in inode_update_timestamps()2035 updated |= S_ATIME; in inode_update_timestamps()2038 return updated; in inode_update_timestamps()2056 int updated = inode_update_timestamps(inode, flags); in generic_update_time() local2059 if (updated & (S_ATIME|S_MTIME|S_CTIME)) in generic_update_time()2061 if (updated & S_VERSION) in generic_update_time()[all …]
1823 if (unlikely(put_user(ret, &user_uffdio_poison->updated))) in userfaultfd_poison()1851 if (unlikely(put_user(ret, &user_uffdio_poison->updated))) in userfaultfd_poison()
661 bool updated = false; in __update_extent_tree_range() local792 updated = true; in __update_extent_tree_range()810 if (updated) in __update_extent_tree_range()1127 bool updated = false; in __drop_extent_tree() local1137 updated = true; in __drop_extent_tree()1144 if (updated) in __drop_extent_tree()
403 bool updated = false; in squashfs_copy_cache() local418 updated = squashfs_fill_page(push_folio, buffer, offset, avail); in squashfs_copy_cache()420 folio_end_read(push_folio, updated); in squashfs_copy_cache()
61 so be careful. How often atime is updated depends on the selected strategy:
161 - File mode changes were not updated on disk.203 - Fixed some oversights (version wasn't updated on some
652 int updated = 0; in nfs_set_timestamps_to_ts() local656 updated |= S_CTIME; in nfs_set_timestamps_to_ts()660 updated |= S_MTIME; in nfs_set_timestamps_to_ts()662 inode_maybe_inc_iversion(inode, updated); in nfs_set_timestamps_to_ts()
274 * Finally updated the README file.
Completed in 32 milliseconds