Home
last modified time | relevance | path

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

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