Searched refs:hole (Results 26 - 30 of 30) sorted by relevance

12

/linux-master/fs/ocfs2/
H A Ddir.c1172 unsigned int hole; local
1175 hole = le16_to_cpu(de->rec_len);
1177 hole = le16_to_cpu(de->rec_len) -
1180 return hole;
2248 * Figure out the size of the hole left over after
/linux-master/net/ipv4/
H A Dtcp_output.c3478 struct sk_buff *skb, *rtx_head, *hole = NULL; local
3498 if (!hole)
3513 if (!hole && !(sacked & (TCPCB_SACKED_RETRANS|TCPCB_SACKED_ACKED)))
3514 hole = skb;
/linux-master/drivers/net/
H A Dvirtio_net.c1681 * with headroom may add hole in truesize, which
1683 * hole mechanism for xdp. See add_recvbuf_mergeable().
2099 unsigned int len, hole; local
2114 buf += headroom; /* advance address leaving hole at front of pkt */
2115 hole = alloc_frag->size - alloc_frag->offset;
2116 if (hole < len + room) {
2121 * of the frag are PAGE_SIZE, so we disable the hole mechanism.
2124 len += hole;
2125 alloc_frag->offset += hole;
/linux-master/fs/bcachefs/
H A Dmove.c145 if (unlikely(io->rbio.bio.bi_status || io->rbio.hole)) {
H A Dbtree_iter.c558 * a hole
1701 goto hole;
1716 hole:

Completed in 221 milliseconds

12