Searched refs:zfs_tunable_t (Results 1 – 4 of 4) sorted by relevance
67 extern const zfs_tunable_t *__start_zfs_tunables;68 extern const zfs_tunable_t *__stop_zfs_tunables;85 const zfs_tunable_t *88 for (const zfs_tunable_t **ztp = &__start_zfs_tunables; in zfs_tunable_lookup()90 const zfs_tunable_t *zt = *ztp; in zfs_tunable_lookup()106 for (const zfs_tunable_t **ztp = &__start_zfs_tunables; in zfs_tunable_iter()108 const zfs_tunable_t *zt = *ztp; in zfs_tunable_iter()169 zfs_tunable_set_int(const zfs_tunable_t *zt, const char *val) in zfs_tunable_set_int()180 zfs_tunable_set_uint(const zfs_tunable_t *zt, const char *val) in zfs_tunable_set_uint()191 zfs_tunable_set_ulong(const zfs_tunable_t *zt, const char *val) in zfs_tunable_set_ulong()[all …]
51 } zfs_tunable_t; typedef53 _SYS_TUNABLES_H int zfs_tunable_set(const zfs_tunable_t *tunable,55 _SYS_TUNABLES_H int zfs_tunable_get(const zfs_tunable_t *tunable, char *val,58 _SYS_TUNABLES_H const zfs_tunable_t *zfs_tunable_lookup(const char *name);60 typedef int (*zfs_tunable_iter_t)(const zfs_tunable_t *tunable, void *arg);
36 static const zfs_tunable_t _zfs_tunable_##prefix##name = { \44 static const zfs_tunable_t * \
170 list_tunables_cb(const zfs_tunable_t *tunable, void *arg) in list_tunables_cb()227 const zfs_tunable_t *tunable = zfs_tunable_lookup(k); in handle_tunable_option()245 const zfs_tunable_t *tunable = zfs_tunable_lookup(k); in handle_tunable_option()