Home
last modified time | relevance | path

Searched refs:S_MTIME (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/
Dinode.c1543 enum { S_MTIME = 1, S_CTIME = 2, S_VERSION = 4 } sync_it = 0; in file_update_time() enumerator
1551 sync_it = S_MTIME; in file_update_time()
1571 if (sync_it & S_MTIME) in file_update_time()
/linux-3.4.99/fs/btrfs/
Dinode.c4456 enum { S_MTIME = 1, S_CTIME = 2, S_VERSION = 4 } sync_it = 0; in btrfs_update_time() enumerator
4464 sync_it = S_MTIME; in btrfs_update_time()
4484 if (sync_it & S_MTIME) in btrfs_update_time()