Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dacl.c63 struct gfs2_holder gh; in gfs2_get_acl() local
72 LM_FLAG_ANY, &gh); in gfs2_get_acl()
79 gfs2_glock_dq_uninit(&gh); in gfs2_get_acl()
117 struct gfs2_holder gh; in gfs2_set_acl() local
130 ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh); in gfs2_set_acl()
151 gfs2_glock_dq_uninit(&gh); in gfs2_set_acl()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c51 struct genlmsghdr *gh; in init_genl_req()
59 gh = (void *)(data + off); in init_genl_req()
60 gh->cmd = cmd; in init_genl_req()
61 gh->version = version; in init_genl_req()
62 off += NLMSG_ALIGN(sizeof(*gh)); in init_genl_req()
49 struct genlmsghdr *gh; init_genl_req() local
/linux/net/ipv4/
H A Dip_gre.c321 unsigned char *gh; in erspan_rcv() local
341 gh = skb_network_header(skb) + in erspan_rcv()
343 pkt_md = (struct erspan_metadata *)(gh + gre_hdr_len + in erspan_rcv()
/linux/net/ipv6/
H A Dip6_gre.c526 unsigned char *gh; in ip6erspan_rcv() local
546 gh = skb_network_header(skb) + in ip6erspan_rcv()
548 pkt_md = (struct erspan_metadata *)(gh + gre_hdr_len + in ip6erspan_rcv()