Home
last modified time | relevance | path

Searched refs:hbh (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
H A Dquota_local.c344 struct buffer_head *hbh; in ocfs2_recovery_load_quota() local
350 hbh = NULL; in ocfs2_recovery_load_quota()
353 &hbh); in ocfs2_recovery_load_quota()
358 dchunk = (struct ocfs2_local_disk_chunk *)hbh->b_data; in ocfs2_recovery_load_quota()
361 brelse(hbh); in ocfs2_recovery_load_quota()
467 struct buffer_head *hbh = NULL, *qbh = NULL; in ocfs2_recover_local_quota_file() local
478 hbh = NULL; in ocfs2_recover_local_quota_file()
481 &hbh); in ocfs2_recover_local_quota_file()
486 dchunk = (struct ocfs2_local_disk_chunk *)hbh->b_data; in ocfs2_recover_local_quota_file()
569 brelse(hbh); in ocfs2_recover_local_quota_file()
/linux/tools/testing/selftests/net/
H A Dioam6_parser.c1007 struct ipv6_hopopt_hdr *hbh; in main() local
1031 hoplen = sizeof(*hbh); in main()
1067 hbh = (struct ipv6_hopopt_hdr *)(buffer + sizeof(*ipv6)); in main()
1068 if (hbh->nexthdr != nexthdr || hbh->hdrlen != (hoplen >> 3) - 1) in main()
1072 ptr = (__u8 *)hbh + sizeof(*hbh); in main()
/linux/tools/testing/selftests/net/forwarding/
H A Dlib.sh2167 local hbh
2171 hbh=$(:
2202 payload_template_expand_checksum "$hbh$icmpv6" $checksum
2210 local hbh
2213 hbh=$(:
2237 payload_template_expand_checksum "$hbh$icmpv6" $checksum
/linux/net/ipv6/netfilter/
H A DKconfig124 tristate '"hbh" hop-by-hop and "dst" opts header match support'