Home
last modified time | relevance | path

Searched refs:f_pos (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c106 loff_t off = fp->f_pos; in zfs_file_write()
113 fp->f_pos = off; in zfs_file_write()
187 loff_t off = fp->f_pos; in zfs_file_read()
194 fp->f_pos = off; in zfs_file_read()
373 return (fp->f_pos); in zfs_file_off()
H A Dzpl_ctldir.c89 ZPL_DIR_CONTEXT_INIT(dirent, filldir, filp->f_pos); in zpl_root_readdir()
93 filp->f_pos = ctx.pos; in zpl_root_readdir()
282 ZPL_DIR_CONTEXT_INIT(dirent, filldir, filp->f_pos); in zpl_snapdir_readdir()
286 filp->f_pos = ctx.pos; in zpl_snapdir_readdir()
486 ZPL_DIR_CONTEXT_INIT(dirent, filldir, filp->f_pos); in zpl_shares_readdir()
490 filp->f_pos = ctx.pos; in zpl_shares_readdir()
H A Dzpl_file.c106 ZPL_DIR_CONTEXT_INIT(dirent, filldir, filp->f_pos); in zpl_readdir()
110 filp->f_pos = ctx.pos; in zpl_readdir()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1241 int f_pos; in jump_fast() local
1248 f_pos = f->cached_pos; in jump_fast()
1265 return (f_pos); in jump_fast()
1275 int f_pos; in jump_linear() local
1283 return (f_pos); in jump_linear()
1805 f_pos = 0; in ipfw_chk()
1835 for (; f_pos < chain->n_rules; f_pos++) { in ipfw_chk()
1841 f = chain->map[f_pos]; in ipfw_chk()
2786 f_pos = dyn_info.f_pos; in ipfw_chk()
2857 f_pos++) in ipfw_chk()
[all …]
H A Dip_fw_dynamic.c133 uint32_t f_pos; /* cached rule index */ member
1388 data->f_pos = ipfw_find_rule(&V_layer3_chain, in ipfw_dyn_lookup_state()
1413 if (V_layer3_chain.map[data->f_pos] == rule) { in ipfw_dyn_lookup_state()
1415 info->f_pos = data->f_pos; in ipfw_dyn_lookup_state()
1424 data->f_pos = V_layer3_chain.n_rules - 2; in ipfw_dyn_lookup_state()
1425 info->f_pos = data->f_pos; in ipfw_dyn_lookup_state()
1435 info->f_pos = data->f_pos; in ipfw_dyn_lookup_state()
H A Dip_fw_private.h205 uint32_t f_pos; member
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h163 if (offset != filp->f_pos) { in lseek_execute()
165 filp->f_pos = offset; in lseek_execute()