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
554
struct dell_smm_data *data = pde_data(file_inode(fp));
drivers/hwmon/dell-smm-hwmon.c
699
return single_open(file, i8k_proc_show, pde_data(inode));
drivers/net/bonding/bond_procfs.c
15
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
201
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
34
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
61
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/nubus/proc.c
113
pded = pde_data(inode);
drivers/pci/proc.c
116
struct pci_dev *dev = pde_data(ino);
drivers/pci/proc.c
198
struct pci_dev *dev = pde_data(file_inode(file));
drivers/pci/proc.c
246
struct pci_dev *dev = pde_data(file_inode(file));
drivers/pci/proc.c
25
struct pci_dev *dev = pde_data(file_inode(file));
drivers/pci/proc.c
32
struct pci_dev *dev = pde_data(file_inode(file));
drivers/platform/x86/lenovo/thinkpad_acpi.c
880
return single_open(file, dispatch_proc_show, pde_data(inode));
drivers/platform/x86/lenovo/thinkpad_acpi.c
887
struct ibm_struct *ibm = pde_data(file_inode(file));
drivers/platform/x86/toshiba_acpi.c
1453
return single_open(file, lcd_proc_show, pde_data(inode));
drivers/platform/x86/toshiba_acpi.c
1489
struct toshiba_acpi_dev *dev = pde_data(file_inode(file));
drivers/platform/x86/toshiba_acpi.c
1554
return single_open(file, video_proc_show, pde_data(inode));
drivers/platform/x86/toshiba_acpi.c
1560
struct toshiba_acpi_dev *dev = pde_data(file_inode(file));
drivers/platform/x86/toshiba_acpi.c
1665
return single_open(file, fan_proc_show, pde_data(inode));
drivers/platform/x86/toshiba_acpi.c
1671
struct toshiba_acpi_dev *dev = pde_data(file_inode(file));
drivers/platform/x86/toshiba_acpi.c
1736
return single_open(file, keys_proc_show, pde_data(inode));
drivers/platform/x86/toshiba_acpi.c
1742
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
1144
rndis_params *p = pde_data(file_inode(file));
drivers/usb/gadget/function/rndis.c
1188
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
1172
journal_t *journal = pde_data(inode);
fs/nfsd/stats.c
32
struct net *net = pde_data(file_inode(seq->file));
fs/ntfs3/super.c
503
return single_open(file, ntfs3_volinfo, pde_data(inode));
fs/ntfs3/super.c
522
struct super_block *sb = pde_data(file_inode(file));
fs/ntfs3/super.c
558
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
140
unsigned int irq = (int)(long)pde_data(file_inode(file));
kernel/irq/proc.c
193
return single_open(file, irq_affinity_proc_show, pde_data(inode));
kernel/irq/proc.c
198
return single_open(file, irq_affinity_list_proc_show, pde_data(inode));
kernel/irq/proc.c
268
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
108
int family = (uintptr_t)(pde_data(file_inode(seq->file)));
net/atm/proc.c
262
dev = pde_data(file_inode(file));
net/bluetooth/af_bluetooth.c
820
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
828
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
836
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
843
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/can/bcm.c
219
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
3478
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3495
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3515
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
1012
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/raw.c
1034
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/raw.c
970
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/tcp_ipv4.c
3299
afinfo = pde_data(file_inode(seq->file));
net/ipv4/udp.c
3575
afinfo = pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1726
u8 af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1738
u8 af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1749
u_int8_t af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1793
uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1842
uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/xt_hashlimit.c
1073
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1090
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1104
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1146
struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1161
struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1176
struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1190
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1204
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1218
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
1552
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1560
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1567
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1576
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1583
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1590
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1606
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1613
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1627
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1634
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1642
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1651
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);