Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c64 } fuid_domain_t; typedef
74 const fuid_domain_t *node1 = arg1; in idx_compare()
75 const fuid_domain_t *node2 = arg2; in idx_compare()
90 const fuid_domain_t *node1 = arg1; in domain_compare()
91 const fuid_domain_t *node2 = arg2; in domain_compare()
104 sizeof (fuid_domain_t), offsetof(fuid_domain_t, f_idxnode)); in zfs_fuid_avl_tree_create()
106 sizeof (fuid_domain_t), offsetof(fuid_domain_t, f_domnode)); in zfs_fuid_avl_tree_create()
142 fuid_domain_t *domnode; in zfs_fuid_table_load()
151 domnode = kmem_alloc(sizeof (fuid_domain_t), KM_SLEEP); in zfs_fuid_table_load()
167 fuid_domain_t *domnode; in zfs_fuid_table_destroy()
[all …]