Home
last modified time | relevance | path

Searched refs:S_VERSION (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/fat/
H A Dmisc.c339 if (flags & S_VERSION) in fat_update_time()
/kernel/linux/linux-6.6/fs/
H A Dinode.c1880 * In the case where any of S_MTIME, S_CTIME, or S_VERSION need to be updated,
1891 if (flags & (S_MTIME|S_CTIME|S_VERSION)) { in inode_update_timestamps()
1902 updated |= S_VERSION; in inode_update_timestamps()
1924 * or S_VERSION need to be updated we attempt to update all three of them. S_ATIME
1936 if (updated & S_VERSION) in generic_update_time()
2125 sync_it |= S_VERSION; in inode_needs_update_time()
/kernel/linux/linux-5.10/fs/
H A Dinode.c1832 if (flags & S_VERSION) in generic_update_time()
2035 sync_it |= S_VERSION; in file_update_time()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_iops.c1062 if (!((flags & S_VERSION) && in xfs_vn_update_time()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_iops.c1049 if (!((flags & S_VERSION) && in xfs_vn_update_time()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h2278 S_VERSION = 8, enumerator
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h2342 S_VERSION = 8, enumerator
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c5841 bool dirty = flags & ~S_VERSION; in btrfs_update_time()
5846 if (flags & S_VERSION) in btrfs_update_time()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.c1920 inode_update_time(d_inode(path.dentry), S_MTIME | S_CTIME | S_VERSION); in update_dev_time()
H A Dinode.c6046 bool dirty = flags & ~S_VERSION; in btrfs_update_time()

Completed in 56 milliseconds