Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_sack.c458 if (hole == NULL) in tcp_sackhole_alloc()
461 hole->start = start; in tcp_sackhole_alloc()
462 hole->end = end; in tcp_sackhole_alloc()
463 hole->rxmit = start; in tcp_sackhole_alloc()
468 return hole; in tcp_sackhole_alloc()
498 if (hole == NULL) in tcp_sackhole_insert()
511 return hole; in tcp_sackhole_insert()
857 if (hole == NULL || SEQ_LT(hole->rxmit, hole->end)) in tcp_sack_output()
859 while ((hole = TAILQ_NEXT(hole, scblink)) != NULL) { in tcp_sack_output()
860 if (SEQ_LT(hole->rxmit, hole->end)) { in tcp_sack_output()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/
H A Dfallocate_punch-hole.ksh77 log_must fallocate --punch-hole --offset 0 --length $BLKSZ $FILE
81 log_must fallocate --punch-hole --offset $BLKSZ --length $((BLKSZ / 2)) $FILE
85 log_must fallocate --punch-hole --offset $(((BLKSZ * 2) + (BLKSZ / 2))) \
92 log_must fallocate --punch-hole --offset $((BLKSZ * 4)) \
H A DMakefile.am6 fallocate_punch-hole.ksh
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_volume.ksh131 if fallocate --punch-hole 2>&1 | grep -q "unrecognized option"; then
135 log_must fallocate --punch-hole -l 128K -o 512K $MNTPNT/discard
136 log_must fallocate --punch-hole -l 512K -o 1M $MNTPNT/discard
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c91 boolean_t hole; in zfs_holey_common() local
99 hole = B_TRUE; in zfs_holey_common()
101 hole = B_FALSE; in zfs_holey_common()
103 error = dmu_offset_next(ZTOZSB(zp)->z_os, zp->z_id, hole, &noff); in zfs_holey_common()
110 if (hole) in zfs_holey_common()
124 ASSERT(hole); in zfs_holey_common()
H A Ddmu_object.c390 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next() argument
414 if (hole) { in dmu_object_next()
423 if (hole) { in dmu_object_next()
442 (hole ? DNODE_FIND_HOLE : 0), &offset, 0, DNODES_PER_BLOCK, txg); in dmu_object_next()
H A Ddnode.c2372 boolean_t hole; in dnode_next_offset_level() local
2377 hole = ((flags & DNODE_FIND_HOLE) != 0); in dnode_next_offset_level()
2379 ASSERT(txg == 0 || !hole); in dnode_next_offset_level()
2391 if (hole) in dnode_next_offset_level()
2429 if ((dnp[i].dn_type == DMU_OT_NONE) == hole) in dnode_next_offset_level()
2445 if (hole) in dnode_next_offset_level()
2462 (hole || bp[i].blk_birth > txg)) in dnode_next_offset_level()
H A Ddmu_send.c172 } hole; member
1036 struct srh *srhp = &range->sru.hole; in do_dump()
1179 record->sru.hole.datablksz = datablksz; in send_cb()
1709 range->sru.hole.datablksz = datablksz; in enqueue_range()
H A Ddmu.c2082 dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole, uint64_t *off) in dmu_offset_next() argument
2117 (hole ? DNODE_FIND_HOLE : 0), off, 1, 1, 0); in dmu_offset_next()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted.kshlib123 log_must zfs clone $sendfs@snap0 $POOL/hole
124 mntpnt=$(get_prop mountpoint $POOL/hole)
126 log_must zfs snapshot $POOL/hole@snap
H A Dredacted_origin.ksh41 typeset dsB=$POOL/hole@snap
H A Dredacted_incrementals.ksh90 log_mustnot zfs redact $POOL/int@snap book6 $POOL/hole@snap
/f-stack/freebsd/netgraph/
H A Dng_hole.c115 NETGRAPH_INIT(hole, &typestruct);
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,pmic-gpio.txt100 gpio1-gpio8 for pm8950 (hole on gpio3)
110 gpio1-gpio12 for pm8150l (hole on gpio7)
/f-stack/freebsd/contrib/openzfs/tests/runfiles/
H A Dlinux.run103 tests = ['fallocate_prealloc', 'fallocate_punch-hole']
/f-stack/freebsd/netinet/libalias/
H A DHISTORY64 - Fixed minor security hole in alias_ftp.c for
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h457 boolean_t hole, uint64_t txg);
1052 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1121 boolean_t hole; in zvol_cdev_ioctl() local
1123 hole = (cmd == FIOSEEKHOLE); in zvol_cdev_ioctl()
1125 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff); in zvol_cdev_ioctl()
/f-stack/dpdk/doc/guides/nics/
H A Dthunderx.rst373 This feature is used to create a hole between HEADROOM and actual data. Size of hole is specified
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dtaishan.dts391 enable-msi-hole;
H A Dicon.dts294 enable-msi-hole;
H A Dkatmai.dts284 enable-msi-hole;
H A Dcanyonlands.dts439 enable-msi-hole;
H A Dglacier.dts467 enable-msi-hole;
/f-stack/freebsd/i386/conf/
H A DNOTES176 # occupied by an ISA memory hole.