Home
last modified time | relevance | path

Searched refs:ppos (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-vfs-rw-iterate.m428 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 Dspl-proc.c113 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 Dspl-procfs-list.c187 loff_t *ppos) in procfs_list_write() argument
H A Dspl-kstat.c494 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 Dvchiq_debugfs.c125 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 Dvchiq_arm.c1580 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 Decore_sp.c1008 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 Decore_sp.h826 struct ecore_vlan_mac_registry_elem **ppos);