Searched refs:dspp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | dmu_send.c | 1956 setup_featureflags(struct dmu_send_params *dspp, objset_t *os, in setup_featureflags() argument 1959 dsl_dataset_t *to_ds = dspp->to_ds; in setup_featureflags() 1960 dsl_pool_t *dp = dspp->dp; in setup_featureflags() 1973 if ((dspp->rawok || dspp->large_block_ok) && in setup_featureflags() 1979 if ((dspp->embedok || dspp->rawok) && !os->os_encrypted && in setup_featureflags() 1985 if (dspp->compressok || dspp->rawok) in setup_featureflags() 1988 if (dspp->rawok && os->os_encrypted) in setup_featureflags() 2009 if (dspp->resumeobj != 0 || dspp->resumeoff != 0) { in setup_featureflags() 2013 if (dspp->redactbook != NULL) { in setup_featureflags() 2024 create_begin_record(struct dmu_send_params *dspp, objset_t *os, in create_begin_record() argument [all …]
|
| /freebsd-13-stable/sys/fs/nfsclient/ |
| HD | nfs_clrpcops.c | 5013 struct nfsclds **dspp, struct ucred *cred, NFSPROC_T *p) in nfsrpc_exchangeid() argument 5022 *dspp = NULL; in nfsrpc_exchangeid() 5087 *dspp = dsp; in nfsrpc_exchangeid() 5313 struct nfsclds *dsp = NULL, **dspp, **gotdspp; in nfsrpc_getdeviceinfo() local 5418 dspp = nfsfldi_addr(ndi, i); in nfsrpc_getdeviceinfo() 5444 gotdspp = dspp; in nfsrpc_getdeviceinfo() 5786 struct nfsclds **dspp, NFSPROC_T *p) in nfsrpc_fillsa() argument 5820 *dspp = tdsp; in nfsrpc_fillsa() 5859 *dspp = tdsp; in nfsrpc_fillsa() 5945 *dspp = tdsp; in nfsrpc_fillsa() [all …]
|