Searched refs:fs_verify_infop (Results 1 – 1 of 1) sorted by relevance
10215 struct upl_fs_verify_info *fs_verify_infop; local10221 fs_verify_infop = kalloc_type(struct upl_fs_verify_info, Z_WAITOK);10222 fs_verify_infop->verify_data_ptr = kalloc_data(size, Z_WAITOK);10223 fs_verify_infop->verify_data_len = size;10233 kfree_data(fs_verify_infop->verify_data_ptr, size);10234 kfree_type(struct upl_fs_verify_info, fs_verify_infop);10237 upl->u_fs_un.verify_info = fs_verify_infop;