Searched refs:ppos (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-vfs-rw-iterate.m4 | 28 loff_t ppos; 30 ret = new_sync_read(filp, rbuf, len, &ppos); 31 ret = new_sync_write(filp, wbuf, len, &ppos);
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-proc.c | 113 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_domemused() argument 125 *ppos += *lenp; in proc_domemused() 132 rc = proc_doulongvec_minmax(&dummy, write, buffer, lenp, ppos); in proc_domemused() 141 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_doslab() argument 154 *ppos += *lenp; in proc_doslab() 180 rc = proc_doulongvec_minmax(&dummy, write, buffer, lenp, ppos); in proc_doslab() 188 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_dohostid() argument 210 if (*ppos >= len) in proc_dohostid() 214 *lenp, str + *ppos, "\n"); in proc_dohostid() 218 *ppos += rc; in proc_dohostid()
|
| H A D | spl-procfs-list.c | 187 loff_t *ppos) in procfs_list_write() argument
|
| H A D | spl-kstat.c | 494 loff_t *ppos) in proc_kstat_write() argument 509 *ppos += len; in proc_kstat_write()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_debugfs.c | 125 size_t count, loff_t *ppos) in debugfs_log_write() argument 150 *ppos += count; in debugfs_log_write() 234 size_t count, loff_t *ppos) in debugfs_trace_write() argument 258 *ppos += count; in debugfs_trace_write()
|
| H A D | vchiq_arm.c | 1580 size_t count, loff_t *ppos) in vchiq_read() argument 1586 context.offset = *ppos; in vchiq_read() 1590 *ppos += context.actual; in vchiq_read()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 1008 struct ecore_vlan_mac_registry_elem **ppos) in ecore_vlan_mac_restore() argument 1015 *ppos = NULL; in ecore_vlan_mac_restore() 1020 if (*ppos == NULL) in ecore_vlan_mac_restore() 1021 *ppos = ECORE_LIST_FIRST_ENTRY(&o->head, struct in ecore_vlan_mac_restore() 1025 *ppos = ECORE_LIST_NEXT(*ppos, link, in ecore_vlan_mac_restore() 1028 pos = *ppos; in ecore_vlan_mac_restore() 1032 *ppos = NULL; in ecore_vlan_mac_restore()
|
| H A D | ecore_sp.h | 826 struct ecore_vlan_mac_registry_elem **ppos);
|