Home
last modified time | relevance | path

Searched refs:MNTOPT_NORELATIME (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dmntent.h72 #define MNTOPT_NORELATIME "norelatime" /* do not allow relative time updates */ macro
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c104 { MNTOPT_NORELATIME, MS_COMMENT, ZS_COMMENT },
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c105 { TOKEN_NORELATIME, MNTOPT_NORELATIME },
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2193 mntopt_off = MNTOPT_NORELATIME; in get_numeric_property()