Home
last modified time | relevance | path

Searched refs:clientid (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/sound/core/seq/
Dseq_clientmgr.h73 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
81 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
86 bool snd_seq_client_ioctl_lock(int clientid);
87 void snd_seq_client_ioctl_unlock(int clientid);
Dseq_clientmgr.c93 static struct snd_seq_client *clientptr(int clientid) in clientptr() argument
95 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
97 clientid); in clientptr()
100 return clienttab[clientid]; in clientptr()
103 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() argument
108 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr()
110 clientid); in snd_seq_client_use_ptr()
114 client = clientptr(clientid); in snd_seq_client_use_ptr()
117 if (clienttablock[clientid]) { in snd_seq_client_use_ptr()
126 if (clientid < SNDRV_SEQ_GLOBAL_CLIENTS) { in snd_seq_client_use_ptr()
[all …]
/Linux-v5.10/include/linux/
Dnfs_xdr.h458 __u64 clientid; member
545 __u64 clientid; member
1154 u64 clientid; member
1214 clientid4 clientid; member
1248 clientid4 clientid; member
1337 u64 clientid; member
1348 u64 clientid; member
/Linux-v5.10/fs/nfsd/
Dxdr4.h168 clientid_t clientid; member
188 #define lk_new_clientid v.new.clientid
434 clientid_t clientid; member
461 clientid_t clientid; member
Dstate.h217 clientid_t clientid; member
278 clientid_t clientid; member
Dnfs4state.c1590 sid->clientid = clp->cl_clientid; in gen_sessionid()
3193 exid->clientid.cl_boot = conf->cl_clientid.cl_boot; in nfsd4_exchange_id()
3194 exid->clientid.cl_id = conf->cl_clientid.cl_id; in nfsd4_exchange_id()
3385 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
3386 conf = find_confirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
3856 unconf = find_unconfirmed_client(&dc->clientid, true, nn); in nfsd4_destroy_clientid()
3857 conf = find_confirmed_client(&dc->clientid, true, nn); in nfsd4_destroy_clientid()
4676 clientid_t *clientid = &open->op_clientid; in nfsd4_process_open1() local
4692 status = lookup_clientid(clientid, cstate, nn, false); in nfsd4_process_open1()
Dnfs4xdr.c1188 nfsd4_decode_renew(struct nfsd4_compoundargs *argp, clientid_t *clientid) in nfsd4_decode_renew() argument
1196 COPYMEM(clientid, sizeof(clientid_t)); in nfsd4_decode_renew()
1451 COPYMEM(&sess->clientid, 8); in nfsd4_decode_create_session()
1576 COPYMEM(&dc->clientid, 8); in nfsd4_decode_destroy_clientid()
4232 p = xdr_encode_opaque_fixed(p, &exid->clientid, 8); in nfsd4_encode_exchange_id()
Dnfs4proc.c347 clid->cl_boot = sid->clientid.cl_boot; in copy_clientid()
348 clid->cl_id = sid->clientid.cl_id; in copy_clientid()
/Linux-v5.10/fs/xfs/
Dxfs_log.h125 uint8_t clientid,
Dxfs_log.c3568 uint8_t clientid; in xlog_verify_iclog() local
3606 clientid = ophead->oh_clientid; in xlog_verify_iclog()
3612 clientid = xlog_get_client_id( in xlog_verify_iclog()
3615 clientid = xlog_get_client_id( in xlog_verify_iclog()
3619 if (clientid != XFS_TRANSACTION && clientid != XFS_LOG) in xlog_verify_iclog()
3622 __func__, clientid, ophead, in xlog_verify_iclog()
/Linux-v5.10/fs/nfs/
Dnfs4client.c556 .clientid = new->cl_clientid, in nfs40_walk_client_list()
674 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
Dnfs4state.c113 .clientid = clp->cl_clientid, in nfs4_init_clientid()
129 clp->cl_clientid = clid.clientid; in nfs4_init_clientid()
160 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking()
174 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking()
Dnfs4xdr.c1313 p = xdr_encode_hyper(p, lowner->clientid); in encode_lockowner()
1408 p = xdr_encode_hyper(p, arg->clientid); in encode_openhdr()
1722 encode_uint64(xdr, arg->clientid); in encode_setclientid_confirm()
1849 p = xdr_encode_hyper(p, args->clientid); in encode_create_session()
1892 uint64_t clientid, in encode_destroy_clientid() argument
1896 encode_uint64(xdr, clientid); in encode_destroy_clientid()
2804 encode_renew(xdr, args->clientid, &hdr); in nfs4_xdr_enc_fs_locations()
2853 encode_renew(xdr, args->clientid, &hdr); in nfs4_xdr_enc_fsid_present()
4935 uint64_t offset, length, clientid; in decode_lock_denied() local
4955 p = xdr_decode_hyper(p, &clientid); /* read 8 bytes */ in decode_lock_denied()
[all …]
Dnfs4proc.c1389 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc()
2428 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare()
6581 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk()
6906 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata()
7294 struct nfs_lowner owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk()
7420 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare()
7476 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner()
7782 .clientid = server->nfs_client->cl_clientid, in _nfs40_proc_get_locations()
7930 .clientid = clp->cl_clientid, in _nfs40_proc_fsid_present()
8564 clp->cl_clientid = resp->clientid; in _nfs4_proc_exchange_id()
[all …]
Dcallback_xdr.c491 p = xdr_decode_hyper(p, &args->cbnl_owner.clientid); in decode_lockowner()
/Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c2532 int clientid; member
2581 service_data[found].clientid = service_ptr->client_id; in vchiq_dump_service_use_state()
2600 service_data[i].clientid, in vchiq_dump_service_use_state()