Searched defs:holder (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | refcount.c | 128 zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_many() argument 153 zfs_refcount_add(zfs_refcount_t *rc, const void *holder) in zfs_refcount_add() argument 159 zfs_refcount_add_few(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_few() argument 169 const void *holder) in zfs_refcount_remove_many() argument 210 zfs_refcount_remove(zfs_refcount_t * rc,const void * holder) zfs_refcount_remove() argument 216 zfs_refcount_remove_few(zfs_refcount_t * rc,uint64_t number,const void * holder) zfs_refcount_remove_few() argument 296 zfs_refcount_held(zfs_refcount_t * rc,const void * holder) zfs_refcount_held() argument 323 zfs_refcount_not_held(zfs_refcount_t * rc,const void * holder) zfs_refcount_not_held() argument [all...] |
/freebsd-src/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 430 struct nlm4_holder *holder; in nlm_test_1_svc() local 467 struct nlm4_holder *holder; in nlm_test_msg_1_svc() local 879 struct nlm4_holder *holder; in nlm4_test_4_svc() local 930 struct nlm4_holder *holder; in nlm4_test_msg_4_svc() local
|
/freebsd-src/include/rpcsvc/ |
H A D | klm_prot.x | 88 struct klm_holder holder; variable
|
H A D | nlm_prot.x | 36 struct nlm_holder holder; variable 184 struct nlm4_holder holder; variable
|
/freebsd-src/sys/nlm/ |
H A D | nlm_prot.h | 40 struct nlm_holder holder; member 203 struct nlm4_holder holder; member
|
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | vdev_disk.c | 251 vdev_blkdev_get_by_path(const char * path,spa_mode_t smode,void * holder) vdev_blkdev_get_by_path() argument 267 vdev_blkdev_put(zfs_bdev_handle_t * bdh,spa_mode_t smode,void * holder) vdev_blkdev_put() argument
|
/freebsd-src/contrib/wpa/src/p2p/ |
H A D | p2p_build.c | 529 u8 holder[sizeof(u32) + sizeof(u16) + sizeof(u8)]; p2p_buf_add_service_info() local
|