Searched refs:MS_NODIRATIME (Results 1 – 12 of 12) sorted by relevance
118 *flags |= MS_NODIRATIME; in hfs_remount()400 sb->s_flags |= MS_NODIRATIME; in hfs_fill_super()
211 *flags |= MS_NODIRATIME; in adfs_remount()365 sb->s_flags |= MS_NODIRATIME; in adfs_fill_super()
302 sb->s_flags |= MS_NODIRATIME; in affs_fill_super()527 *flags |= MS_NODIRATIME; in affs_remount()
115 sb->s_flags |= MS_NODIRATIME | MS_NOATIME; in cifs_read_super()541 *flags |= MS_NODIRATIME; in cifs_remount()
467 s->s_flags |= MS_NODIRATIME | MS_NOSUID | MS_NOEXEC; in proc_fill_super()
99 *flags |= MS_NODIRATIME; in ncp_remount()539 sb->s_flags |= MS_NODIRATIME; /* probably even noatime */ in ncp_fill_super()
560 *flags |= MS_NODIRATIME | (sbi->options.isvfat ? 0 : MS_NOATIME); in fat_remount()1267 sb->s_flags |= MS_NODIRATIME; in fat_fill_super()
2330 if (flags & MS_NODIRATIME) in do_mount()2338 MS_NOATIME | MS_NODIRATIME | MS_RELATIME| MS_KERNMOUNT | in do_mount()
1488 if ((inode->i_sb->s_flags & MS_NODIRATIME) && S_ISDIR(inode->i_mode)) in touch_atime()
194 #define MS_NODIRATIME 2048 /* Do not update directory access times */ macro
217 ((inode->i_sb->s_flags & MS_NODIRATIME) && S_ISDIR(inode->i_mode))) in ocfs2_should_update_atime()
777 seq_puts(m, mnt->mnt_sb->s_flags & MS_NODIRATIME ? ",nodiratime" : ""); in nfs_show_stats()