Home
last modified time | relevance | path

Searched refs:pde_data (Results 1 – 25 of 42) sorted by relevance

12

/linux/arch/powerpc/kernel/
H A Dproc_powerpc.c28 pde_data(file_inode(file)), PAGE_SIZE); in page_map_read()
37 __pa(pde_data(file_inode(file))) >> PAGE_SHIFT, in page_map_mmap()
/linux/drivers/pci/
H A Dproc.c24 struct pci_dev *dev = pde_data(file_inode(file)); in proc_bus_pci_lseek()
31 struct pci_dev *dev = pde_data(file_inode(file)); in proc_bus_pci_read()
115 struct pci_dev *dev = pde_data(ino); in proc_bus_pci_write()
197 struct pci_dev *dev = pde_data(file_inode(file)); in proc_bus_pci_ioctl()
245 struct pci_dev *dev = pde_data(file_inode(file)); in proc_bus_pci_mmap()
/linux/drivers/net/bonding/
H A Dbond_procfs.c14 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_seq_start()
33 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_seq_next()
60 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_show_master()
193 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_show_slave()
/linux/arch/alpha/kernel/
H A Dsrm_env.c86 return single_open(file, srm_env_proc_show, pde_data(inode)); in srm_env_proc_open()
93 unsigned long id = (unsigned long)pde_data(file_inode(file)); in srm_env_proc_write()
/linux/kernel/irq/
H A Dproc.c138 unsigned int irq = (int)(long)pde_data(file_inode(file)); in write_irq_affinity()
191 return single_open(file, irq_affinity_proc_show, pde_data(inode)); in irq_affinity_proc_open()
196 return single_open(file, irq_affinity_list_proc_show, pde_data(inode)); in irq_affinity_list_proc_open()
266 return single_open(file, default_affinity_show, pde_data(inode)); in default_affinity_open()
/linux/net/sunrpc/
H A Dcache.c1551 struct cache_detail *cd = pde_data(file_inode(filp)); in cache_read_procfs()
1559 struct cache_detail *cd = pde_data(file_inode(filp)); in cache_write_procfs()
1566 struct cache_detail *cd = pde_data(file_inode(filp)); in cache_poll_procfs()
1575 struct cache_detail *cd = pde_data(inode); in cache_ioctl_procfs()
1582 struct cache_detail *cd = pde_data(inode); in cache_open_procfs()
1589 struct cache_detail *cd = pde_data(inode); in cache_release_procfs()
1605 struct cache_detail *cd = pde_data(inode); in content_open_procfs()
1612 struct cache_detail *cd = pde_data(inode); in content_release_procfs()
1626 struct cache_detail *cd = pde_data(inode); in open_flush_procfs()
1633 struct cache_detail *cd = pde_data(inode); in release_flush_procfs()
[all …]
/linux/net/netfilter/
H A Dxt_hashlimit.c1055 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_start()
1072 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_next()
1086 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_stop()
1128 struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file)); in dl_seq_real_show_v2()
1143 struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file)); in dl_seq_real_show_v1()
1158 struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file)); in dl_seq_real_show()
1172 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_show_v2()
1186 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_show_v1()
1200 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_show()
H A Dx_tables.c1521 u8 af = (unsigned long)pde_data(file_inode(seq->file)); in xt_table_seq_start()
1533 u8 af = (unsigned long)pde_data(file_inode(seq->file)); in xt_table_seq_next()
1544 u_int8_t af = (unsigned long)pde_data(file_inode(seq->file)); in xt_table_seq_stop()
1588 uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file)); in xt_mttg_seq_next()
1637 uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file)); in xt_mttg_seq_stop()
/linux/drivers/pnp/pnpbios/
H A Dproc.c176 return single_open(file, pnpbios_proc_show, pde_data(inode)); in pnpbios_proc_open()
182 void *data = pde_data(file_inode(file)); in pnpbios_proc_write()
/linux/fs/nfsd/
H A Dstats.c32 struct net *net = pde_data(file_inode(seq->file)); in nfsd_show()
/linux/arch/arm/kernel/
H A Datags_proc.c16 struct buffer *b = pde_data(file_inode(file)); in atags_read()
/linux/include/linux/
H A Dproc_fs.h119 static inline void *pde_data(const struct inode *inode) in pde_data() function
207 static inline void *pde_data(const struct inode *inode) {BUG(); return NULL;} in pde_data() function
H A Dseq_file.h238 return single_open(file, __name ## _show, pde_data(inode)); \
/linux/net/bluetooth/
H A Daf_bluetooth.c687 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_start()
695 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_next()
703 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_stop()
710 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_show()
/linux/drivers/pnp/isapnp/
H A Dproc.c25 struct pnp_dev *dev = pde_data(file_inode(file)); in isapnp_proc_bus_read()
/linux/arch/xtensa/platforms/iss/
H A Dsimdisk.c211 struct simdisk *dev = pde_data(file_inode(file)); in proc_read_simdisk()
234 struct simdisk *dev = pde_data(file_inode(file)); in proc_write_simdisk()
/linux/drivers/zorro/
H A Dproc.c33 struct zorro_dev *z = pde_data(file_inode(file)); in proc_bus_zorro_read()
/linux/drivers/acpi/
H A Dproc.c130 pde_data(inode)); in acpi_system_wakeup_device_open_fs()
/linux/arch/sh/mm/
H A Dalignment.c143 int *data = pde_data(file_inode(file)); in alignment_proc_write()
/linux/net/atm/
H A Dproc.c111 int family = (uintptr_t)(pde_data(file_inode(seq->file))); in vcc_walk()
327 dev = pde_data(file_inode(file)); in proc_dev_atm_read()
/linux/drivers/scsi/
H A Dscsi_proc.c67 struct Scsi_Host *shost = pde_data(file_inode(file)); in proc_scsi_host_write()
97 return single_open_size(file, proc_scsi_show, pde_data(inode), in proc_scsi_host_open()
/linux/drivers/nubus/
H A Dproc.c113 pded = pde_data(inode); in nubus_proc_rsrc_show()
/linux/fs/afs/
H A Dproc.c280 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_start()
289 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_next()
375 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_vlservers_start()
/linux/drivers/platform/x86/
H A Dtoshiba_acpi.c1451 return single_open(file, lcd_proc_show, pde_data(inode)); in lcd_proc_open()
1487 struct toshiba_acpi_dev *dev = pde_data(file_inode(file)); in lcd_proc_write()
1552 return single_open(file, video_proc_show, pde_data(inode)); in video_proc_open()
1558 struct toshiba_acpi_dev *dev = pde_data(file_inode(file)); in video_proc_write()
1663 return single_open(file, fan_proc_show, pde_data(inode)); in fan_proc_open()
1669 struct toshiba_acpi_dev *dev = pde_data(file_inode(file)); in fan_proc_write()
1734 return single_open(file, keys_proc_show, pde_data(inode)); in keys_proc_open()
1740 struct toshiba_acpi_dev *dev = pde_data(file_inode(file)); in keys_proc_write()
/linux/net/ipv4/
H A Draw.c960 struct raw_hashinfo *h = pde_data(file_inode(seq->file)); in raw_get_first()
1002 struct raw_hashinfo *h = pde_data(file_inode(seq->file)); in raw_seq_start()
1026 struct raw_hashinfo *h = pde_data(file_inode(seq->file)); in raw_seq_stop()

12