usr/src/uts/common/fs/zfs/dmu.c
changeset 5339 11972030d913
parent 5331 3047ad28a67b
child 5450 b25030891c44
equal deleted inserted replaced
5338:fd7cad8433cf 5339:11972030d913
    81 	{	zap_byteswap,		TRUE,	"Pool properties"	},
    81 	{	zap_byteswap,		TRUE,	"Pool properties"	},
    82 	{	zap_byteswap,		TRUE,	"DSL permissions"	},
    82 	{	zap_byteswap,		TRUE,	"DSL permissions"	},
    83 	{	zfs_acl_byteswap,	TRUE,	"ZFS ACL"		},
    83 	{	zfs_acl_byteswap,	TRUE,	"ZFS ACL"		},
    84 	{	byteswap_uint8_array,	TRUE,	"ZFS SYSACL"		},
    84 	{	byteswap_uint8_array,	TRUE,	"ZFS SYSACL"		},
    85 	{	byteswap_uint8_array,	TRUE,	"FUID table"		},
    85 	{	byteswap_uint8_array,	TRUE,	"FUID table"		},
    86 	{	byteswap_uint8_array,	TRUE,	"FUID table size"	},
    86 	{	byteswap_uint64_array,	TRUE,	"FUID table size"	},
    87 };
    87 };
    88 
    88 
    89 int
    89 int
    90 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset,
    90 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset,
    91     void *tag, dmu_buf_t **dbp)
    91     void *tag, dmu_buf_t **dbp)