Lines Matching defs:head
117 static void rsi_free_rcu(struct rcu_head *head)
119 struct rsi *rsii = container_of(head, struct rsi, rcu_head);
388 static void rsc_free_rcu(struct rcu_head *head)
390 struct rsc *rsci = container_of(head, struct rsc, rcu_head);
1866 struct kvec *head = buf->head;
1885 * room for the head, tail, and 2 * RPC_MAX_AUTH_SIZE in
1888 * both the head and tail.
1891 if (tail->iov_base >= head->iov_base + PAGE_SIZE)
1893 if (tail->iov_base < head->iov_base)
1895 if (tail->iov_len + head->iov_len
1904 * room for the head data, and 2 * RPC_MAX_AUTH_SIZE in the
1907 * head and tail.
1910 if (head->iov_len + 2 * RPC_MAX_AUTH_SIZE > PAGE_SIZE)
1912 tail->iov_base = head->iov_base
1913 + head->iov_len + RPC_MAX_AUTH_SIZE;
2002 svcauth_gss_domain_release_rcu(struct rcu_head *head)
2004 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head);