Home
last modified time | relevance | path

Searched refs:clientid (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/sound/core/seq/
H A 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);
H A 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()
169 snd_seq_client_ioctl_lock(int clientid) snd_seq_client_ioctl_lock() argument
183 snd_seq_client_ioctl_unlock(int clientid) snd_seq_client_ioctl_unlock() argument
2340 snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg) snd_seq_kernel_client_ctl() argument
2361 snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait) snd_seq_kernel_client_write_poll() argument
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.h79 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
87 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
97 bool snd_seq_client_ioctl_lock(int clientid);
98 void snd_seq_client_ioctl_unlock(int clientid);
H A Dseq_clientmgr.c99 static struct snd_seq_client *clientptr(int clientid) in clientptr() argument
101 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
103 clientid); in clientptr()
106 return clienttab[clientid]; in clientptr()
109 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() argument
114 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr()
116 clientid); in snd_seq_client_use_ptr()
120 client = clientptr(clientid); in snd_seq_client_use_ptr()
175 snd_seq_client_ioctl_lock(int clientid) snd_seq_client_ioctl_lock() argument
189 snd_seq_client_ioctl_unlock(int clientid) snd_seq_client_ioctl_unlock() argument
2515 snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg) snd_seq_kernel_client_ctl() argument
2536 snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait) snd_seq_kernel_client_write_poll() argument
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr4.h168 clientid_t clientid; member
188 #define lk_new_clientid v.new.clientid
434 clientid_t clientid; member
461 clientid_t clientid; member
H A Dstate.h217 clientid_t clientid; member
237 /* The single slot clientid cache structure */
278 clientid_t clientid; member
291 * short and long form clientid. They are hashed and searched for under the
304 * o Each nfs4_client is hashed by clientid
H A Dnfs4state.c164 printk("%s: client (clientid %08x/%08x) already expired\n", in renew_client_locked()
1609 sid->clientid = clp->cl_clientid; in gen_sessionid()
2371 seq_printf(m, "clientid: 0x%llx\n", clid); in client_info_show()
3216 exid->clientid.cl_boot = conf->cl_clientid.cl_boot; in nfsd4_exchange_id()
3217 exid->clientid.cl_id = conf->cl_clientid.cl_id; in nfsd4_exchange_id()
3408 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
3409 conf = find_confirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
3889 unconf = find_unconfirmed_client(&dc->clientid, true, nn); in nfsd4_destroy_clientid()
3890 conf = find_confirmed_client(&dc->clientid, true, nn); in nfsd4_destroy_clientid()
4036 * We try hard to give out unique clientid' in nfsd4_setclientid_confirm()
4719 clientid_t *clientid = &open->op_clientid; nfsd4_process_open1() local
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr4.h163 clientid_t clientid; member
183 #define lk_new_clientid v.new.clientid
425 clientid_t clientid; member
452 clientid_t clientid; member
H A Dstate.h218 clientid_t clientid; member
238 /* The single slot clientid cache structure */
279 clientid_t clientid; member
314 * short and long form clientid. They are hashed and searched for under the
327 * o Each nfs4_client is hashed by clientid
H A Dnfs4xdr.c545 nfsd4_decode_clientid4(struct nfsd4_compoundargs *argp, clientid_t *clientid) in nfsd4_decode_clientid4() argument
552 memcpy(clientid, p, sizeof(*clientid)); in nfsd4_decode_clientid4()
558 clientid_t *clientid, struct xdr_netobj *owner) in nfsd4_decode_state_owner4()
562 status = nfsd4_decode_clientid4(argp, clientid); in nfsd4_decode_state_owner4()
1321 clientid_t *clientid = &u->renew; in nfsd4_decode_renew() local
1322 return nfsd4_decode_clientid4(argp, clientid); in nfsd4_decode_renew()
1701 status = nfsd4_decode_clientid4(argp, &sess->clientid); in nfsd4_decode_create_session()
1905 return nfsd4_decode_clientid4(argp, &dc->clientid); in nfsd4_decode_destroy_clientid()
3719 nfsd4_encode_clientid4(struct xdr_stream *xdr, const clientid_t *clientid) in nfsd4_encode_clientid4() argument
557 nfsd4_decode_state_owner4(struct nfsd4_compoundargs *argp, clientid_t *clientid, struct xdr_netobj *owner) nfsd4_decode_state_owner4() argument
[all...]
H A Dnfs4state.c195 printk("%s: client (clientid %08x/%08x) already expired\n", in renew_client_locked()
1728 sid->clientid = clp->cl_clientid; in gen_sessionid()
2518 seq_printf(m, "clientid: 0x%llx\n", clid); in client_info_show()
3418 exid->clientid.cl_boot = conf->cl_clientid.cl_boot; in nfsd4_exchange_id()
3419 exid->clientid.cl_id = conf->cl_clientid.cl_id; in nfsd4_exchange_id()
3612 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
3613 conf = find_confirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
4097 unconf = find_unconfirmed_client(&dc->clientid, true, nn); in nfsd4_destroy_clientid()
4098 conf = find_confirmed_client(&dc->clientid, true, nn); in nfsd4_destroy_clientid()
4249 * We try hard to give out unique clientid' in nfsd4_setclientid_confirm()
5046 clientid_t *clientid = &open->op_clientid; nfsd4_process_open1() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h460 __u64 clientid; member
548 __u64 clientid; member
1159 u64 clientid; member
1219 clientid4 clientid; member
1253 clientid4 clientid; member
1342 u64 clientid; member
1353 u64 clientid; member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h463 __u64 clientid; member
550 __u64 clientid; member
1178 u64 clientid; member
1240 clientid4 clientid; member
1274 clientid4 clientid; member
1363 u64 clientid; member
1374 u64 clientid; member
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.h125 uint8_t clientid,
H A Dxfs_log.c2163 "Bad XFS transaction clientid 0x%x in ticket "PTR_FMT, in xlog_write_setup_ophdr()
3584 uint8_t clientid; in xlog_verify_iclog() local
3618 /* clientid is only 1 byte */ in xlog_verify_iclog()
3622 clientid = ophead->oh_clientid; in xlog_verify_iclog()
3628 clientid = xlog_get_client_id( in xlog_verify_iclog()
3631 clientid = xlog_get_client_id( in xlog_verify_iclog()
3635 if (clientid != XFS_TRANSACTION && clientid != XFS_LOG) in xlog_verify_iclog()
3637 "%s: invalid clientid %d op "PTR_FMT" offset 0x%lx", in xlog_verify_iclog()
3638 __func__, clientid, ophea in xlog_verify_iclog()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c3625 uint8_t clientid; in xlog_verify_iclog() local
3659 /* clientid is only 1 byte */ in xlog_verify_iclog()
3663 clientid = ophead->oh_clientid; in xlog_verify_iclog()
3669 clientid = xlog_get_client_id( in xlog_verify_iclog()
3672 clientid = xlog_get_client_id( in xlog_verify_iclog()
3676 if (clientid != XFS_TRANSACTION && clientid != XFS_LOG) { in xlog_verify_iclog()
3678 "%s: op %d invalid clientid %d op "PTR_FMT" offset 0x%lx", in xlog_verify_iclog()
3679 __func__, i, clientid, ophead, in xlog_verify_iclog()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4xdr.c160 2 /* clientid */ + \
1313 p = xdr_encode_hyper(p, lowner->clientid); in encode_lockowner()
1322 * open_seqid,open_stateid,lock_seqid,lock_owner.clientid, lock_owner.id = 40
1402 * opcode 4, seqid 4, share_access 4, share_deny 4, clientid 8, ownerlen 4, in encode_openhdr()
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()
1896 encode_uint64(xdr, clientid); in encode_destroy_clientid()
2804 encode_renew(xdr, args->clientid, in nfs4_xdr_enc_fs_locations()
1891 encode_destroy_clientid(struct xdr_stream *xdr, uint64_t clientid, struct compound_hdr *hdr) encode_destroy_clientid() argument
4936 uint64_t offset, length, clientid; decode_lock_denied() local
[all...]
H A Dnfs4state.c116 .clientid = clp->cl_clientid, in nfs4_init_clientid()
132 clp->cl_clientid = clid.clientid; in nfs4_init_clientid()
163 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking()
177 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking()
2009 pr_err("NFS: Server %s reports our clientid is in use\n", in nfs4_handle_reclaim_lease_error()
2608 /* We're going to have to re-establish a clientid */ in nfs4_state_manager()
H A Dnfs4client.c559 .clientid = new->cl_clientid, in nfs40_walk_client_list()
624 /* No match found. The server lost our clientid */ in nfs40_walk_client_list()
677 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
908 * Query for the lease time on clientid setup or renewal in nfs4_set_client()
H A Dnfs4proc.c843 /* Update the slot's sequence and clientid lease timer */ in nfs41_sequence_process()
1408 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc()
2447 data->o_arg.clientid = clp->cl_clientid; in nfs4_open_prepare()
6641 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk()
6966 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata()
7363 struct nfs_lowner owner = { .clientid = clp->cl_clientid, in nfs4_retry_setlk()
7489 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner_prepare()
7545 data->args.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner()
7851 .clientid = server->nfs_client->cl_clientid, in _nfs40_proc_get_locations()
7999 .clientid in _nfs40_proc_fsid_present()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4xdr.c171 2 /* clientid */ + \
1325 p = xdr_encode_hyper(p, lowner->clientid); in encode_lockowner()
1334 * open_seqid,open_stateid,lock_seqid,lock_owner.clientid, lock_owner.id = 40
1414 * opcode 4, seqid 4, share_access 4, share_deny 4, clientid 8, ownerlen 4, in encode_openhdr()
1420 p = xdr_encode_hyper(p, arg->clientid); in encode_openhdr()
1750 encode_uint64(xdr, arg->clientid); in encode_setclientid_confirm()
1877 p = xdr_encode_hyper(p, args->clientid); in encode_create_session()
1920 uint64_t clientid, in encode_destroy_clientid()
1924 encode_uint64(xdr, clientid); in encode_destroy_clientid()
2832 encode_renew(xdr, args->clientid, in nfs4_xdr_enc_fs_locations()
1919 encode_destroy_clientid(struct xdr_stream *xdr, uint64_t clientid, struct compound_hdr *hdr) encode_destroy_clientid() argument
5031 uint64_t offset, length, clientid; decode_lock_denied() local
[all...]
H A Dnfs4state.c116 .clientid = clp->cl_clientid, in nfs4_init_clientid()
132 clp->cl_clientid = clid.clientid; in nfs4_init_clientid()
163 .clientid = clp->cl_clientid, in nfs40_discover_server_trunking()
177 clp->cl_clientid = clid.clientid; in nfs40_discover_server_trunking()
2021 pr_err("NFS: Server %s reports our clientid is in use\n", in nfs4_handle_reclaim_lease_error()
2632 /* We're going to have to re-establish a clientid */ in nfs4_state_manager()
H A Dnfs4client.c593 .clientid = new->cl_clientid, in nfs40_walk_client_list()
659 /* No match found. The server lost our clientid */ in nfs40_walk_client_list()
712 if (clp->cl_clientid != res->clientid) in nfs4_detect_session_trunking()
951 * Query for the lease time on clientid setup or renewal in nfs4_set_client()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c2536 int clientid; member
2585 service_data[found].clientid = service_ptr->client_id; in vchiq_dump_service_use_state()
2604 service_data[i].clientid, in vchiq_dump_service_use_state()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c1626 int clientid; member
1677 service_data[found].clientid = service_ptr->client_id; in vchiq_dump_service_use_state()
1694 service_data[i].clientid, service_data[i].use_count, in vchiq_dump_service_use_state()

Completed in 97 milliseconds

12