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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_default_quota.c72 unid_t qid; local
74 qid.uid = DEFAULT_QUOTA_UID(handle);
75 SMB_VFS_NEXT_GET_QUOTA(handle, conn, SMB_USER_QUOTA_TYPE, qid, dq);
82 unid_t qid; local
84 qid.gid = DEFAULT_QUOTA_GID(handle);
85 SMB_VFS_NEXT_GET_QUOTA(handle, conn, SMB_GROUP_QUOTA_TYPE, qid, dq);
145 unid_t qid; local
146 qid.uid = DEFAULT_QUOTA_UID(handle);
147 ret = SMB_VFS_NEXT_SET_QUOTA(handle, conn, SMB_USER_QUOTA_TYPE, qid, dq);
153 unid_t qid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dquota.c41 const le32 qid = QUOTA_DEFAULTS_ID; local
57 err = ntfs_index_lookup(&qid, sizeof(qid), ictx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dap_bus.c111 * @qid: the ap queue number
118 ap_test_queue(ap_qid_t qid, int *queue_depth, int *device_type) argument
120 register unsigned long reg0 asm ("0") = qid;
133 * @qid: the ap queue number
137 static inline struct ap_queue_status ap_reset_queue(ap_qid_t qid) argument
139 register unsigned long reg0 asm ("0") = qid | 0x01000000UL;
151 * @qid: the ap queue number
164 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) argument
167 register unsigned long reg0 asm ("0") = qid | 0x40000000UL;
183 int ap_send(ap_qid_t qid, unsigne argument
221 __ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) argument
243 ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) argument
268 ap_query_queue(ap_qid_t qid, int *queue_depth, int *device_type) argument
310 ap_init_queue(ap_qid_t qid) argument
617 ap_qid_t qid = AP_MKQID(j, i); local
749 ap_qid_t qid; local
[all...]
H A Dap_bus.h111 ap_qid_t qid; /* AP queue id. */ member in struct:ap_device
H A Dzcrypt_api.c404 AP_QID_DEVICE(zdev->ap_dev->qid) != xcRB->user_defined)
437 status[AP_QID_DEVICE(zdev->ap_dev->qid)] =
450 qdepth[AP_QID_DEVICE(zdev->ap_dev->qid)] =
466 reqcnt[AP_QID_DEVICE(zdev->ap_dev->qid)] =
960 if (AP_QID_DEVICE(zdev->ap_dev->qid) == index) {
974 if (AP_QID_DEVICE(zdev->ap_dev->qid) == index) {
H A Dzcrypt_pcixcc.c176 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid);
244 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid);
844 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, msg, sizeof(msg));
851 rc = ap_recv(ap_dev->qid, &psmid, reply, 4096);
H A Dzcrypt_pcicc.c223 msg->cprb.usage_domain[0]= AP_QID_QUEUE(zdev->ap_dev->qid);
286 msg->cprb.usage_domain[0] = AP_QID_QUEUE(zdev->ap_dev->qid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dv9fs_vfs.h48 ino_t v9fs_qid2ino(struct v9fs_qid *qid);
H A Dfid.h39 struct v9fs_qid qid; member in struct:v9fs_fid
H A D9p.h90 /* qid.types */
127 struct v9fs_qid qid; member in struct:v9fs_stat
150 struct v9fs_qid qid; member in struct:v9fs_wstat
184 struct v9fs_qid qid; member in struct:Rauth
207 struct v9fs_qid qid; member in struct:Rattach
228 struct v9fs_qid qid; member in struct:Ropen
241 struct v9fs_qid qid; member in struct:Rcreate
H A Dconv.c198 static void buf_get_qid(struct cbuf *bufp, struct v9fs_qid *qid) argument
200 qid->type = buf_get_int8(bufp);
201 qid->version = buf_get_int32(bufp);
202 qid->path = buf_get_int64(bufp);
224 1 + /* qid.type[1] */
225 4 + /* qid.vers[4] */
226 8 + /* qid.path[8] */
268 stat->qid.type = buf_get_int8(bufp);
269 stat->qid.version = buf_get_int32(bufp);
270 stat->qid
[all...]
H A Dvfs_inode.c171 wstat->qid.type = ~0;
172 wstat->qid.version = ~0;
173 *((long long *)&wstat->qid.path) = ~0;
257 u8 mode, char *extension, u32 *fidp, struct v9fs_qid *qid, u32 *iounit)
288 if (qid)
289 *qid = fcall->params.rcreate.qid;
468 struct v9fs_qid qid; local
487 perm, v9fs_uflags2omode(flags), NULL, &fid, &qid, &iounit);
690 inode->i_ino = v9fs_qid2ino(&fcall->params.rstat.stat.qid);
256 v9fs_create(struct v9fs_session_info *v9ses, u32 pfid, char *name, u32 perm, u8 mode, char *extension, u32 *fidp, struct v9fs_qid *qid, u32 *iounit) argument
990 v9fs_qid2ino(struct v9fs_qid *qid) argument
[all...]
H A Dvfs_dir.c107 filp->f_pos, v9fs_qid2ino(&stat.qid),
149 filp->f_pos, v9fs_qid2ino(&stat.qid),
H A Dvfs_super.c176 root_fid->qid = fcall->params.rstat.stat.qid;
178 v9fs_qid2ino(&fcall->params.rstat.stat.qid);
H A Dfcprint.c108 n += v9fs_printqid(buf+n, buflen-n, &st->qid);
183 ret += scnprintf(buf+ret, buflen-ret, "Rauth tag %u qid ", tag);
184 v9fs_printqid(buf+ret, buflen-ret, &fc->params.rauth.qid);
196 ret += scnprintf(buf+ret, buflen-ret, "Rattach tag %u qid ", tag);
197 v9fs_printqid(buf+ret, buflen-ret, &fc->params.rattach.qid);
245 ret += v9fs_printqid(buf+ret, buflen-ret, &fc->params.ropen.qid);
263 ret += v9fs_printqid(buf+ret, buflen-ret, &fc->params.rcreate.qid);
H A Dvfs_file.c83 if((vfid->qid.version) && (v9ses->cache)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_api.c946 u32 qid = TC_H_MAJ(clid); local
970 if (qid && qid1) {
972 if (qid != qid1)
975 qid = qid1;
976 } else if (qid == 0)
977 qid = dev->qdisc_sleeping->handle;
979 /* Now qid is genuine qdisc handle consistent
985 pid = TC_H_MAKE(qid, pid);
987 if (qid == 0)
988 qid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dcommsup.c244 * @qid: Queue Number
254 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) argument
266 q = &dev->queues->queue[qid];
272 if (qid == AdapNormCmdQueue)
281 if (qid == AdapNormCmdQueue) {
291 qid, q->numpending);
315 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify) argument
320 if (qid == AdapNormCmdQueue) {
322 while (!aac_get_entry(dev, qid, &entry, index, nonotify))
332 while(!aac_get_entry(dev, qid,
579 aac_consumer_free(struct aac_dev * dev, struct aac_queue *q, u32 qid) argument
[all...]
H A Daacraid.h1812 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsfs.c323 int cifs_xquota_set(struct super_block * sb, int quota_type, qid_t qid, argument
339 cFYI(1,("set type: 0x%x id: %d",quota_type,qid));
348 int cifs_xquota_get(struct super_block * sb, int quota_type, qid_t qid, argument
363 cFYI(1,("set type: 0x%x id: %d",quota_type,qid));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwllmacctl.h238 queue_id_t qid; member in struct:wl_lmac_conf_q
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmsg.c281 int qid = msg_buildid(ns, id, msq->q_perm.seq); local
285 ret = qid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c1726 * Enqueues the sk_buff onto the cmdQ[qid] and has hardware fetch it.
1739 unsigned int qid, struct net_device *dev)
1742 struct cmdQ *q = &sge->cmdQ[qid];
1777 if (sge->tx_sched && !qid && skb->dev) {
1812 if (qid)
1738 t1_sge_tx(struct sk_buff *skb, struct adapter *adapter, unsigned int qid, struct net_device *dev) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c1091 * @qid: the Tx queue number in its queue set (TXQ_OFLD or TXQ_CTRL)
1105 unsigned int qid)
1112 struct sge_qset *qs = txq_to_qset(q, qid);
1114 set_bit(qid, &qs->txq_stopped);
1118 test_and_clear_bit(qid, &qs->txq_stopped))
1103 check_desc_avail(struct adapter *adap, struct sge_txq *q, struct sk_buff *skb, unsigned int ndesc, unsigned int qid) argument
H A Dt3_cpl.h1147 __u8 qid:4; member in struct:cpl_trace_pkt
1151 __u8 qid:4; member in struct:cpl_trace_pkt

Completed in 227 milliseconds