Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c65 } fuid_domain_t; typedef
75 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in idx_compare()
76 const fuid_domain_t *node2 = (const fuid_domain_t *)arg2; in idx_compare()
87 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in domain_compare()
88 const fuid_domain_t *node2 = (const fuid_domain_t *)arg2; in domain_compare()
100 sizeof (fuid_domain_t), offsetof(fuid_domain_t, f_idxnode)); in zfs_fuid_avl_tree_create()
102 sizeof (fuid_domain_t), offsetof(fuid_domain_t, f_domnode)); in zfs_fuid_avl_tree_create()
138 fuid_domain_t *domnode; in zfs_fuid_table_load()
147 domnode = kmem_alloc(sizeof (fuid_domain_t), KM_SLEEP); in zfs_fuid_table_load()
163 fuid_domain_t *domnode; in zfs_fuid_table_destroy()
[all …]