]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - include/sys/mntent.h
Imported Upstream version 0.6.5.9
[mirror_zfs-debian.git] / include / sys / mntent.h
index 7284f05b1db22120a523a5758c647826073f2aaf..fac751b462bc41bba65d384cd50c41f43545e725 100644 (file)
@@ -68,8 +68,9 @@
 #define        MNTOPT_NOFAIL   "nofail"        /* no failure */
 #define        MNTOPT_RELATIME "relatime"      /* allow relative time updates */
 #define        MNTOPT_NORELATIME "norelatime"  /* do not allow relative time updates */
-#define        MNTOPT_DFRATIME "strictatime"   /* Deferred access time updates */
-#define        MNTOPT_NODFRATIME "nostrictatime" /* No Deferred access time updates */
+#define        MNTOPT_STRICTATIME "strictatime" /* strict access time updates */
+#define        MNTOPT_NOSTRICTATIME "nostrictatime" /* No strict access time updates */
+#define        MNTOPT_LAZYTIME "lazytime"      /* Defer access time writing */
 #define        MNTOPT_SETUID   "suid"          /* Both setuid and devices allowed */
 #define        MNTOPT_NOSETUID "nosuid"        /* Neither setuid nor devices allowed */
 #define        MNTOPT_OWNER    "owner"         /* allow owner mount */