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

/linux-master/fs/
H A Dinode.c1846 * In the case where any of S_MTIME, S_CTIME, or S_VERSION need to be updated,
1857 if (flags & (S_MTIME|S_CTIME|S_VERSION)) {
1869 updated |= S_VERSION;
1893 * or S_VERSION need to be updated we attempt to update all three of them. S_ATIME
1905 if (updated & S_VERSION)
2097 sync_it |= S_VERSION;
/linux-master/fs/xfs/
H A Dxfs_iops.c1048 if (!((flags & S_VERSION) &&
/linux-master/include/linux/
H A Dfs.h2449 S_VERSION = 8, enumerator in enum:file_time_flags
/linux-master/fs/btrfs/
H A Dvolumes.c1946 inode_update_time(d_inode(path.dentry), S_MTIME | S_CTIME | S_VERSION);

Completed in 317 milliseconds