Searched refs:owner (Results 101 - 125 of 2102) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dafs.h115 u32 owner; /* owner ID */ member in struct:afs_file_status
131 u32 owner; /* owner ID */ member in struct:afs_store_status
137 #define AFS_SET_OWNER 0x02 /* set the owner ID */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dipmi_smi.h83 struct module *owner; member in struct:ipmi_smi_handlers
215 void *data, struct module *owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Diptable_raw.c83 .owner = THIS_MODULE,
90 .owner = THIS_MODULE,
H A Dnf_nat_standalone.c280 .owner = THIS_MODULE,
288 .owner = THIS_MODULE,
296 .owner = THIS_MODULE,
304 .owner = THIS_MODULE,
312 .owner = THIS_MODULE,
320 .owner = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dudplite.c50 .owner = THIS_MODULE,
86 .owner = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dudplite.c45 .owner = THIS_MODULE,
88 .owner = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Duart401.c208 .owner = THIS_MODULE,
292 int probe_uart401(struct address_info *hw_config, struct module *owner) argument
361 if (owner)
362 midi_devs[devc->my_dev]->owner = owner;
375 if (owner)
376 midi_devs[devc->my_dev]->converter->owner = owner;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_core.c78 .owner = THIS_MODULE,
102 if (info && info->owner && info->set_attn &&
182 if (attention_info && try_module_get(attention_info->owner)) {
184 module_put(attention_info->owner);
228 if (attention_info && try_module_get(attention_info->owner)) {
230 module_put(attention_info->owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dclntproc.c84 static struct nlm_lockowner *__nlm_find_lockowner(struct nlm_host *host, fl_owner_t owner) argument
88 if (lockowner->owner != owner)
95 static struct nlm_lockowner *nlm_find_lockowner(struct nlm_host *host, fl_owner_t owner) argument
100 res = __nlm_find_lockowner(host, owner);
105 res = __nlm_find_lockowner(host, owner);
109 new->owner = owner;
135 (unsigned int)fl->fl_u.nfs_fl.owner->pid,
137 lock->svid = fl->fl_u.nfs_fl.owner
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dchar_dev.c282 cdev->owner = fops->owner;
338 struct module *owner = p->owner; local
341 if (owner && !try_module_get(owner))
345 module_put(owner);
352 struct module *owner = p->owner; local
354 module_put(owner);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Diwmmxt.S70 ldr r1, [r3] @ get current Concan owner
80 beq concan_load @ no owner, skip save
175 ldr r1, [r3] @ get current Concan owner
176 teq r1, #0 @ any current owner?
178 teq r0, #0 @ any owner?
186 str r0, [r3] @ no more current owner
216 ldr r3, [r3] @ get current Concan owner
252 ldr r3, [r3] @ get current Concan owner
286 ldr r2, [r2] @ get current Concan owner
308 ldr r1, [r3] @ get current Concan owner
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirias_object.c274 int owner)
283 attrib->value->owner = owner;
347 int owner)
377 irias_add_attrib(obj, attrib, owner);
389 int len, int owner)
420 irias_add_attrib(obj, attrib, owner);
431 int owner)
462 irias_add_attrib(obj, attrib, owner);
273 irias_add_attrib(struct ias_object *obj, struct ias_attrib *attrib, int owner) argument
346 irias_add_integer_attrib(struct ias_object *obj, char *name, int value, int owner) argument
388 irias_add_octseq_attrib(struct ias_object *obj, char *name, __u8 *octets, int len, int owner) argument
430 irias_add_string_attrib(struct ias_object *obj, char *name, char *value, int owner) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsrm_env.c221 base_dir->owner = THIS_MODULE;
232 named_dir->owner = THIS_MODULE;
244 numbered_dir->owner = THIS_MODULE;
257 entry->proc_entry->owner = THIS_MODULE;
278 entry->proc_entry->owner = THIS_MODULE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/appldata/
H A Dappldata_base.c361 if (!try_module_get(ops->owner)) { // protect this function
369 module_put(ops->owner);
377 module_put(ops->owner);
385 module_put(ops->owner);
392 if (!try_module_get(ops->owner)) {
394 module_put(ops->owner);
405 module_put(ops->owner);
423 module_put(ops->owner);
429 module_put(ops->owner);
612 appldata_dir_table[0].de->owner
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dsysctl.c168 .owner = THIS_MODULE,
176 .owner = THIS_MODULE,
262 proc_fs_coda->owner = THIS_MODULE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcs_internal.h84 ret = try_module_get(skt->owner);
94 module_put(skt->owner);
136 struct module *owner; member in struct:pcmcia_callback
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Dclass.c118 struct module *owner)
146 rtc->owner = owner;
116 rtc_device_register(const char *name, struct device *dev, const struct rtc_class_ops *ops, struct module *owner) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dbroadcom.c113 .driver = { .owner = THIS_MODULE },
127 .driver = { .owner = THIS_MODULE },
141 .driver = { .owner = THIS_MODULE },
H A Ddavicom.c150 .driver = { .owner = THIS_MODULE,},
161 .driver = { .owner = THIS_MODULE,},
174 .driver = { .owner = THIS_MODULE,},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmunlock.c76 u8 owner);
110 u8 owner; local
116 BUG_ON(res->owner != dlm->node_num);
118 BUG_ON(res->owner == dlm->node_num);
176 owner = res->owner;
185 flags, owner);
313 u8 owner)
324 if (owner == dlm->node_num) {
352 vec, veclen, owner,
308 dlm_send_remote_unlock_request(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int flags, u8 owner) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dfile.c261 if (!try_module_get(attr->owner)) {
334 module_put(attr->owner);
345 struct module * owner = attr->owner; local
352 module_put(owner);
606 struct module *owner; member in struct:sysfs_schedule_callback_struct
617 module_put(ss->owner);
626 * @owner: module owning the callback code
639 * be allocated, -ENODEV if a reference to @owner isn't available.
642 void *data, struct module *owner)
641 sysfs_schedule_callback(struct kobject *kobj, void (*func)(void *), void *data, struct module *owner) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dcache.h63 struct module * owner; member in struct:cache_detail
124 void *owner; /* we might need to discard all defered requests member in struct:cache_deferred_req
149 extern void cache_clean_deferred(void *owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_timewait_sock.h198 struct module *owner = tw->tw_prot->owner; local
205 module_put(owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dunix.c187 int ochown(const char *path, uid_t owner, gid_t group, int options) argument
190 return lchown(path, owner, group);
192 return chown(path, owner, group);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dtextsearch.c114 if (!try_module_get(o->owner))
289 module_put(ops->owner);
306 module_put(conf->ops->owner);

Completed in 314 milliseconds

1234567891011>>