Searched refs:clientid (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/sound/core/seq/ |
D | seq_clientmgr.h | 85 struct snd_seq_client *snd_seq_client_use_ptr(int clientid); 97 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
|
D | seq_clientmgr.c | 122 static struct snd_seq_client *clientptr(int clientid) in clientptr() argument 124 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr() 126 clientid); in clientptr() 129 return clienttab[clientid]; in clientptr() 132 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() argument 137 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr() 139 clientid); in snd_seq_client_use_ptr() 143 client = clientptr(clientid); in snd_seq_client_use_ptr() 146 if (clienttablock[clientid]) { in snd_seq_client_use_ptr() 155 if (clientid < SNDRV_SEQ_GLOBAL_CLIENTS) { in snd_seq_client_use_ptr() [all …]
|
/linux-2.6.39/fs/nfsd/ |
D | xdr4.h | 152 clientid_t clientid; member 175 #define lk_new_clientid v.new.clientid 368 clientid_t clientid; member
|
D | state.h | 140 clientid_t clientid; member 202 clientid_t clientid; member
|
D | nfs4state.c | 142 #define ownerstr_hashval(clientid, ownername) \ argument 143 (((clientid) + opaque_hashval((ownername.data), (ownername.len))) & OWNER_HASH_MASK) 510 sid->clientid = clp->cl_clientid; in gen_sessionid() 1446 exid->clientid.cl_boot = new->cl_clientid.cl_boot; in nfsd4_exchange_id() 1447 exid->clientid.cl_id = new->cl_clientid.cl_id; in nfsd4_exchange_id() 1523 unconf = find_unconfirmed_client(&cr_ses->clientid); in nfsd4_create_session() 1524 conf = find_confirmed_client(&cr_ses->clientid); in nfsd4_create_session() 2384 clientid_t *clientid = &open->op_clientid; in nfsd4_process_open1() local 2395 strhashval = ownerstr_hashval(clientid->cl_id, open->op_owner); in nfsd4_process_open1() 2400 clp = find_confirmed_client(clientid); in nfsd4_process_open1() [all …]
|
D | nfs4proc.c | 275 clid->cl_boot = sid->clientid.cl_boot; in copy_clientid() 276 clid->cl_id = sid->clientid.cl_id; in copy_clientid()
|
D | nfs4xdr.c | 838 nfsd4_decode_renew(struct nfsd4_compoundargs *argp, clientid_t *clientid) in nfsd4_decode_renew() argument 843 COPYMEM(clientid, sizeof(clientid_t)); in nfsd4_decode_renew() 1149 COPYMEM(&sess->clientid, 8); in nfsd4_decode_create_session() 3043 WRITEMEM(&exid->clientid, 8); in nfsd4_encode_exchange_id()
|
/linux-2.6.39/fs/xfs/ |
D | xfs_log.h | 174 __uint8_t clientid,
|
D | xfs_log.c | 3499 __uint8_t clientid; in xlog_verify_iclog() local 3540 clientid = ophead->oh_clientid; in xlog_verify_iclog() 3546 clientid = xlog_get_client_id( in xlog_verify_iclog() 3549 clientid = xlog_get_client_id( in xlog_verify_iclog() 3553 if (clientid != XFS_TRANSACTION && clientid != XFS_LOG) in xlog_verify_iclog() 3556 __func__, clientid, ophead, in xlog_verify_iclog()
|
/linux-2.6.39/include/linux/ |
D | nfs_xdr.h | 280 __u64 clientid; member 351 __u64 clientid; member 904 u64 clientid; member
|
/linux-2.6.39/fs/nfs/ |
D | nfs4state.c | 68 .clientid = clp->cl_clientid, in nfs4_init_clientid() 83 clp->cl_clientid = clid.clientid; in nfs4_init_clientid()
|
D | nfs4xdr.c | 1126 p = xdr_encode_hyper(p, lowner->clientid); in encode_lockowner() 1249 p = xdr_encode_hyper(p, arg->clientid); in encode_openhdr() 1618 p = xdr_encode_hyper(p, arg->clientid); in encode_setclientid_confirm() 4286 uint64_t offset, length, clientid; in decode_lock_denied() local 4306 p = xdr_decode_hyper(p, &clientid); /* read 8 bytes */ in decode_lock_denied() 4737 p = xdr_decode_hyper(p, &res->clientid); in decode_setclientid()
|
D | nfs4proc.c | 811 p->o_arg.clientid = server->nfs_client->cl_clientid; in nfs4_opendata_alloc() 1430 data->o_arg.clientid = sp->so_server->nfs_client->cl_clientid; in nfs4_open_prepare() 3961 arg.lock_owner.clientid = clp->cl_clientid; in _nfs4_proc_getlk() 4211 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_alloc_lockdata() 4613 args->lock_owner.clientid = server->nfs_client->cl_clientid; in nfs4_release_lockowner()
|