Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_fuid.h73 list_node_t z_next; member
81 list_node_t z_next; member
H A Dzfs_acl.h151 list_node_t z_next; /* Next chunk of ACEs */ member
/titanic_41/usr/src/lib/libcommputil/common/
H A Dsdp.c582 while (tmp->z_next != NULL) { in sdp_add_zone()
583 tmp = tmp->z_next; in sdp_add_zone()
585 tmp->z_next = new_zone; in sdp_add_zone()
792 zone = zone->z_next; in sdp_get_length()
911 zone = zone->z_next; in sdp_clone_session()
1069 zone = zone->z_next; in sdp_session_to_str()
1075 zone = zone->z_next; in sdp_session_to_str()
H A Dsdp.h142 struct sdp_zone *z_next; member
H A Dsdp_parse_helper.c79 next_zone = zone->z_next; in sdp_free_zone()
H A Dsdp_parse.c704 tmp->z_next = new_zone; in sdp_parse_zone()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c660 offsetof(zfs_fuid_domain_t, z_next)); in zfs_fuid_info_alloc()
662 offsetof(zfs_fuid_t, z_next)); in zfs_fuid_info_alloc()
H A Dzfs_acl.c459 offsetof(zfs_acl_node_t, z_next)); in zfs_acl_alloc()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs.h159 struct zfs_allow *z_next; member