Home
last modified time | relevance | path

Searched refs:zap_entry_exists (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/makefs/zfs/
H A Dzfs.h164 bool zap_entry_exists(zfs_zap_t *, const char *);
H A Dzap.c185 zap_entry_exists(zfs_zap_t *zap, const char *name) in zap_entry_exists() function
H A Dfs.c1060 if (zfs->bootfs != NULL && !zap_entry_exists(zfs->poolprops, "bootfs")) in fs_build()