Symbol: pde_data
arch/alpha/kernel/srm_env.c
86
return single_open(file, srm_env_proc_show, pde_data(inode));
arch/alpha/kernel/srm_env.c
93
unsigned long id = (unsigned long)pde_data(file_inode(file));
arch/arm/kernel/atags_proc.c
16
struct buffer *b = pde_data(file_inode(file));
arch/powerpc/kernel/proc_powerpc.c
31
pde_data(file_inode(file)), PAGE_SIZE);
arch/powerpc/kernel/proc_powerpc.c
40
__pa(pde_data(file_inode(file))) >> PAGE_SHIFT,
arch/sh/mm/alignment.c
143
int *data = pde_data(file_inode(file));
arch/xtensa/platforms/iss/simdisk.c
212
struct simdisk *dev = pde_data(file_inode(file));
arch/xtensa/platforms/iss/simdisk.c
235
struct simdisk *dev = pde_data(file_inode(file));
drivers/acpi/proc.c
128
pde_data(inode));
drivers/hwmon/dell-smm-hwmon.c
569
struct dell_smm_data *data = pde_data(file_inode(fp));
drivers/hwmon/dell-smm-hwmon.c
714
return single_open(file, i8k_proc_show, pde_data(inode));
drivers/net/bonding/bond_procfs.c
14
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
193
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
33
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
60
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/nubus/proc.c
113
pded = pde_data(inode);
drivers/pci/proc.c
115
struct pci_dev *dev = pde_data(ino);
drivers/pci/proc.c
197
struct pci_dev *dev = pde_data(file_inode(file));
drivers/pci/proc.c
24
struct pci_dev *dev = pde_data(file_inode(file));
drivers/pci/proc.c
245
struct pci_dev *dev = pde_data(file_inode(file));
drivers/pci/proc.c
31
struct pci_dev *dev = pde_data(file_inode(file));
drivers/platform/x86/lenovo/thinkpad_acpi.c
919
return single_open(file, dispatch_proc_show, pde_data(inode));
drivers/platform/x86/lenovo/thinkpad_acpi.c
926
struct ibm_struct *ibm = pde_data(file_inode(file));
drivers/platform/x86/toshiba_acpi.c
1451
return single_open(file, lcd_proc_show, pde_data(inode));
drivers/platform/x86/toshiba_acpi.c
1487
struct toshiba_acpi_dev *dev = pde_data(file_inode(file));
drivers/platform/x86/toshiba_acpi.c
1552
return single_open(file, video_proc_show, pde_data(inode));
drivers/platform/x86/toshiba_acpi.c
1558
struct toshiba_acpi_dev *dev = pde_data(file_inode(file));
drivers/platform/x86/toshiba_acpi.c
1663
return single_open(file, fan_proc_show, pde_data(inode));
drivers/platform/x86/toshiba_acpi.c
1669
struct toshiba_acpi_dev *dev = pde_data(file_inode(file));
drivers/platform/x86/toshiba_acpi.c
1734
return single_open(file, keys_proc_show, pde_data(inode));
drivers/platform/x86/toshiba_acpi.c
1740
struct toshiba_acpi_dev *dev = pde_data(file_inode(file));
drivers/pnp/isapnp/proc.c
25
struct pnp_dev *dev = pde_data(file_inode(file));
drivers/pnp/pnpbios/proc.c
176
return single_open(file, pnpbios_proc_show, pde_data(inode));
drivers/pnp/pnpbios/proc.c
182
void *data = pde_data(file_inode(file));
drivers/scsi/scsi_proc.c
67
struct Scsi_Host *shost = pde_data(file_inode(file));
drivers/scsi/scsi_proc.c
97
return single_open_size(file, proc_scsi_show, pde_data(inode),
drivers/usb/gadget/function/rndis.c
1132
rndis_params *p = pde_data(file_inode(file));
drivers/usb/gadget/function/rndis.c
1176
return single_open(file, rndis_proc_show, pde_data(inode));
drivers/zorro/proc.c
33
struct zorro_dev *z = pde_data(file_inode(file));
fs/afs/proc.c
288
struct afs_cell *cell = pde_data(file_inode(m->file));
fs/afs/proc.c
297
struct afs_cell *cell = pde_data(file_inode(m->file));
fs/afs/proc.c
383
struct afs_cell *cell = pde_data(file_inode(m->file));
fs/ext4/mballoc.c
3122
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3133
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3145
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3312
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3323
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3335
struct super_block *sb = pde_data(file_inode(seq->file));
fs/jbd2/journal.c
1174
journal_t *journal = pde_data(inode);
fs/nfsd/stats.c
32
struct net *net = pde_data(file_inode(seq->file));
fs/ntfs3/super.c
510
return single_open(file, ntfs3_volinfo, pde_data(inode));
fs/ntfs3/super.c
529
struct super_block *sb = pde_data(file_inode(file));
fs/ntfs3/super.c
565
return single_open(file, ntfs3_label_show, pde_data(inode));
include/linux/seq_file.h
238
return single_open(file, __name ## _show, pde_data(inode)); \
ipc/util.c
905
iter->iface = pde_data(inode);
kernel/irq/proc.c
139
unsigned int irq = (int)(long)pde_data(file_inode(file));
kernel/irq/proc.c
192
return single_open(file, irq_affinity_proc_show, pde_data(inode));
kernel/irq/proc.c
197
return single_open(file, irq_affinity_list_proc_show, pde_data(inode));
kernel/irq/proc.c
267
return single_open(file, default_affinity_show, pde_data(inode));
kernel/resource.c
128
struct resource *root = pde_data(file_inode(m->file));
kernel/resource.c
98
struct resource *root = pde_data(file_inode(m->file));
net/atm/proc.c
111
int family = (uintptr_t)(pde_data(file_inode(seq->file)));
net/atm/proc.c
327
dev = pde_data(file_inode(file));
net/bluetooth/af_bluetooth.c
781
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
789
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
797
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
804
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/can/bcm.c
212
struct sock *sk = (struct sock *)pde_data(m->file->f_inode);
net/can/proc.c
317
int idx = (int)(long)pde_data(m->file->f_inode);
net/core/neighbour.c
3486
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3503
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3523
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/pktgen.c
1874
return single_open(file, pktgen_if_show, pde_data(inode));
net/core/pktgen.c
2014
return single_open(file, pktgen_thread_show, pde_data(inode));
net/core/pktgen.c
555
return single_open(file, pgctrl_show, pde_data(inode));
net/ipv4/raw.c
1005
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/raw.c
1029
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/raw.c
963
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/tcp_ipv4.c
3372
afinfo = pde_data(file_inode(seq->file));
net/ipv4/udp.c
3327
afinfo = pde_data(file_inode(seq->file));
net/ipv4/udp.c
3747
afinfo = pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1546
u8 af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1558
u8 af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1569
u_int8_t af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1613
uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1662
uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/xt_hashlimit.c
1057
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1074
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1088
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1130
struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1145
struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1160
struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1174
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1188
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1202
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_recent.c
554
st->table = pde_data(inode);
net/netfilter/xt_recent.c
562
struct recent_table *t = pde_data(file_inode(file));
net/sunrpc/auth_gss/svcauth_gss.c
1405
struct net *net = pde_data(file_inode(file));
net/sunrpc/auth_gss/svcauth_gss.c
1433
struct net *net = pde_data(file_inode(file));
net/sunrpc/cache.c
1576
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1584
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1591
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1600
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1607
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1614
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1630
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1637
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1651
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1658
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1666
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1675
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/stats.c
69
return single_open(file, rpc_proc_show, pde_data(inode));
sound/core/info.c
232
struct snd_info_entry *entry = pde_data(inode);
sound/core/info.c
349
struct snd_info_entry *entry = pde_data(inode);