/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_impl.h | 42 #define FZAP_BLOCK_SHIFT(zap) ((zap)->zap_f.zap_block_shift) argument 73 #define MZE_PHYS(zap, mze) \ argument 100 #define ZAP_EMBEDDED_PTRTBL_SHIFT(zap) (FZAP_BLOCK_SHIFT(zap) - 3 - 1) argument 107 #define ZAP_EMBEDDED_PTRTBL_ENT(zap, idx) \ argument 143 typedef struct zap { struct 144 dmu_buf_user_t zap_dbu; argument 145 objset_t *zap_objset; argument 146 uint64_t zap_object; argument 147 struct dmu_buf *zap_dbuf; argument 148 krwlock_t zap_rwlock; argument [all …]
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zap_micro.c | 48 zap_getflags(zap_t *zap) in zap_getflags() 56 zap_hashbits(zap_t *zap) in zap_hashbits() 65 zap_maxcd(zap_t *zap) in zap_maxcd() 76 zap_t *zap = zn->zn_zap; in zap_hash() local 134 zap_normalize(zap_t *zap, const char *name, char *namenorm) in zap_normalize() 177 zap_name_alloc(zap_t *zap, const char *key, matchtype_t mt) in zap_name_alloc() 207 zap_name_alloc_uint64(zap_t *zap, const uint64_t *key, int numints) in zap_name_alloc_uint64() 271 mze_insert(zap_t *zap, int chunkid, uint64_t hash) in mze_insert() 317 mze_find_unused_cd(zap_t *zap, uint64_t hash) in mze_find_unused_cd() 343 mze_remove(zap_t *zap, mzap_ent_t *mze) in mze_remove() [all …]
|
H A D | zap.c | 74 fzap_upgrade(zap_t *zap, dmu_tx_t *tx, zap_flags_t flags) in fzap_upgrade() 129 zap_tryupgradedir(zap_t *zap, dmu_tx_t *tx) in zap_tryupgradedir() 145 zap_table_grow(zap_t *zap, zap_table_phys_t *tbl, in zap_table_grow() 221 zap_table_store(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t val, in zap_table_store() 269 zap_table_load(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t *valp) in zap_table_load() 321 zap_grow_ptrtbl(zap_t *zap, dmu_tx_t *tx) in zap_grow_ptrtbl() 373 zap_increment_num_entries(zap_t *zap, int delta, dmu_tx_t *tx) in zap_increment_num_entries() 383 zap_allocate_blocks(zap_t *zap, int nblocks) in zap_allocate_blocks() 402 zap_create_leaf(zap_t *zap, dmu_tx_t *tx) in zap_create_leaf() 430 fzap_count(zap_t *zap, uint64_t *count) in fzap_count() [all …]
|
H A D | zap_leaf.c | 517 zap_entry_read_name(zap_t *zap, const zap_entry_handle_t *zeh, uint16_t buflen, in zap_entry_read_name() 682 const char *name, zap_t *zap) in zap_entry_normalization_conflict() 842 zap_leaf_stats(zap_t *zap, zap_leaf_t *l, zap_stats_t *zs) in zap_leaf_stats()
|
H A D | zfs_dir.c | 470 zap_attribute_t zap; in zfs_unlinked_drain() local 529 zap_attribute_t zap; in zfs_purgedir() local
|
H A D | zfs_vnops.c | 2240 zap_attribute_t zap; in zfs_readdir() local
|
H A D | zfs_ioctl.c | 5020 zap_attribute_t zap; in zfs_smb_acl_purge() local
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 83 #define RING_INIT(zap) ((zap)->za_rput = (zap)->za_rget = 0) argument 84 #define RING_CNT(zap) (((zap)->za_rput - (zap)->za_rget) & RINGMASK) argument 85 #define RING_FRAC(zap) ((int)RING_CNT(zap) >= (int)(RINGSIZE/RINGFRAC)) argument 86 #define RING_POK(zap, n) ((int)RING_CNT(zap) < (int)(RINGSIZE-(n))) argument 87 #define RING_PUT(zap, c) \ argument 89 #define RING_UNPUT(zap) ((zap)->za_rput--) argument 90 #define RING_GOK(zap, n) ((int)RING_CNT(zap) >= (int)(n)) argument 91 #define RING_GET(zap) ((zap)->za_ring[(zap)->za_rget++ & RINGMASK]) argument 92 #define RING_EAT(zap, n) ((zap)->za_rget += (n)) argument 101 #define RING_MARK(zap, c, s) \ argument [all …]
|
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | secitem.c | 158 SECITEM_FreeItem(SECItem *zap, PRBool freeit) in SECITEM_FreeItem()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zap_impl.h | 70 #define ZAP_EMBEDDED_PTRTBL_SHIFT(zap) (FZAP_BLOCK_SHIFT(zap) - 3 - 1) argument 77 #define ZAP_EMBEDDED_PTRTBL_ENT(zap, idx) \ argument
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | cr_tty.c | 169 zap(void) in zap() function
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 717 fzap_lookup(dnode_phys_t *zap_dnode, zap_phys_t *zap, in fzap_lookup()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 945 #define zap(p,l) krb5int_zap_data(p,l) macro
|