Home
last modified time | relevance | path

Searched defs:zm (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dzipmap.c97 unsigned char *zm = zmalloc(2); in zipmapNew() local
138 static unsigned char *zipmapLookupRaw(unsigned char *zm, unsigned char *key, unsigned int klen, uns… in zipmapLookupRaw()
202 static inline unsigned char *zipmapResize(unsigned char *zm, unsigned int len) { in zipmapResize()
281 unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int klen, int *deleted) { in zipmapDel()
300 unsigned char *zipmapRewind(unsigned char *zm) { in zipmapRewind()
315 unsigned char *zipmapNext(unsigned char *zm, unsigned char **key, unsigned int *klen, unsigned char… in zipmapNext()
334 int zipmapGet(unsigned char *zm, unsigned char *key, unsigned int klen, unsigned char **value, unsi… in zipmapGet()
345 int zipmapExists(unsigned char *zm, unsigned char *key, unsigned int klen) { in zipmapExists()
350 unsigned int zipmapLen(unsigned char *zm) { in zipmapLen()
367 size_t zipmapBlobLen(unsigned char *zm) { in zipmapBlobLen()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c173 zfs_mnt_t zm = { .mnt_osname = NULL, .mnt_data = data }; in zpl_remount_fs() local
248 zfs_mnt_t *zm = (zfs_mnt_t *)data; in zpl_fill_super() local
273 zpl_mount_impl(struct file_system_type *fs_type, int flags, zfs_mnt_t *zm) in zpl_mount_impl()
320 zfs_mnt_t zm = { .mnt_osname = osname, .mnt_data = data }; in zpl_mount() local
H A Dzfs_vfsops.c1451 zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent) in zfs_domount()
1642 zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm) in zfs_remount()
/f-stack/lib/
H A Dff_veth.c264 ff_zc_mbuf_write(struct ff_zc_mbuf *zm, const char *data, int len) in ff_zc_mbuf_write()