Searched refs:mntopt_off (Results 1 – 1 of 1) sorted by relevance
2127 char *mntopt_off = NULL; in get_numeric_property() local2145 mntopt_off = MNTOPT_NOATIME; in get_numeric_property()2150 mntopt_off = MNTOPT_NORELATIME; in get_numeric_property()2155 mntopt_off = MNTOPT_NODEVICES; in get_numeric_property()2160 mntopt_off = MNTOPT_NOEXEC; in get_numeric_property()2165 mntopt_off = MNTOPT_RW; in get_numeric_property()2170 mntopt_off = MNTOPT_NOSETUID; in get_numeric_property()2175 mntopt_off = MNTOPT_NOXATTR; in get_numeric_property()2180 mntopt_off = MNTOPT_NONBMAND; in get_numeric_property()2233 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()