Lines Matching refs:grant
68 struct grant { struct
77 struct grant **grants_used; argument
78 struct grant **indirect_grants;
195 struct grant *gnt_list_entry, *n; in fill_grant_buffer()
199 gnt_list_entry = kzalloc(sizeof(struct grant), GFP_NOIO); in fill_grant_buffer()
232 static struct grant *get_grant(grant_ref_t *gref_head, in get_grant()
236 struct grant *gnt_list_entry; in get_grant()
240 gnt_list_entry = list_first_entry(&info->grants, struct grant, in get_grant()
404 struct grant *gnt_list_entry = NULL; in blkif_queue_request()
943 struct grant *persistent_gnt; in blkif_free()
944 struct grant *n; in blkif_free()