Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 8 of 8) sorted by relevance

/fs/
A Dinode.c2010 int updated = 0; in inode_update_timestamps() local
2019 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() local
2059 if (updated & (S_ATIME|S_MTIME|S_CTIME)) in generic_update_time()
2061 if (updated & S_VERSION) in generic_update_time()
[all …]
A Duserfaultfd.c1823 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()
/fs/f2fs/
A Dextent_cache.c661 bool updated = false; in __update_extent_tree_range() local
792 updated = true; in __update_extent_tree_range()
810 if (updated) in __update_extent_tree_range()
1127 bool updated = false; in __drop_extent_tree() local
1137 updated = true; in __drop_extent_tree()
1144 if (updated) in __drop_extent_tree()
/fs/squashfs/
A Dfile.c403 bool updated = false; in squashfs_copy_cache() local
418 updated = squashfs_fill_page(push_folio, buffer, offset, avail); in squashfs_copy_cache()
420 folio_end_read(push_folio, updated); in squashfs_copy_cache()
/fs/ubifs/
A DKconfig61 so be careful. How often atime is updated depends on the selected strategy:
/fs/affs/
A DChanges161 - File mode changes were not updated on disk.
203 - Fixed some oversights (version wasn't updated on some
/fs/nfs/
A Dinode.c652 int updated = 0; in nfs_set_timestamps_to_ts() local
656 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()
/fs/befs/
A DChangeLog274 * Finally updated the README file.

Completed in 32 milliseconds