Displaying 3 results from an estimated 3 matches for "zap_leaf".
Did you mean:
op_leaf
2006 Mar 03
5
flag day: ZFS on-disk format change
...e 16k blocks (with backwards compatability)
>
> Files:
> update: usr/src/uts/common/fs/zfs/dbuf.c
> update: usr/src/uts/common/fs/zfs/dmu_tx.c
> update: usr/src/uts/common/fs/zfs/dnode.c
> update: usr/src/uts/common/fs/zfs/sys/zap_impl.h
> update: usr/src/uts/common/fs/zfs/sys/zap_leaf.h
> update: usr/src/uts/common/fs/zfs/zap.c
> update: usr/src/uts/common/fs/zfs/zap_leaf.c
> update: usr/src/uts/common/fs/zfs/zap_micro.c
>
> Examined files: 8
>
> Contents Summary:
> 8 update
----- End forwarded message -----
2006 Oct 31
0
6389368 fat zap should use 16k blocks (with backwards compatability)
...age:
6389368 fat zap should use 16k blocks (with backwards compatability)
Files:
update: usr/src/uts/common/fs/zfs/dbuf.c
update: usr/src/uts/common/fs/zfs/dmu_tx.c
update: usr/src/uts/common/fs/zfs/dnode.c
update: usr/src/uts/common/fs/zfs/sys/zap_impl.h
update: usr/src/uts/common/fs/zfs/sys/zap_leaf.h
update: usr/src/uts/common/fs/zfs/zap.c
update: usr/src/uts/common/fs/zfs/zap_leaf.c
update: usr/src/uts/common/fs/zfs/zap_micro.c
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...on differentiator. We MUST use the high bits, since
- * those are the onces that we first pay attention to when
- * chosing the bucket.
+ * those are the ones that we first pay attention to when
+ * choosing the bucket.
*/
crc &= ~((1ULL << (64 - 28)) - 1);
@@ -617,7 +637,7 @@ zap_leaf_lookup(zap_leaf_phys_t *l, int
*/
static int
fzap_lookup(dnode_phys_t *zap_dnode, zap_phys_t *zap,
- char *name, uint64_t *value, char *stack)
+ const char *name, uint64_t *value, char *stack)
{
zap_leaf_phys_t *l;
uint64_t hash, idx, blkid;
@@ -645,7 +665,7 @@ fzap_lookup(dnode_phy...