Lines Matching refs:metadata_dst
122 metadata_dst_free((struct metadata_dst *)dst); in dst_destroy()
267 static void __metadata_dst_init(struct metadata_dst *md_dst, in __metadata_dst_init()
279 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc()
282 struct metadata_dst *md_dst; in metadata_dst_alloc()
294 void metadata_dst_free(struct metadata_dst *md_dst) in metadata_dst_free()
306 struct metadata_dst __percpu *
310 struct metadata_dst __percpu *md_dst; in metadata_dst_alloc_percpu()
312 md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen, in metadata_dst_alloc_percpu()
313 __alignof__(struct metadata_dst), flags); in metadata_dst_alloc_percpu()
324 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst) in metadata_dst_free_percpu()
329 struct metadata_dst *one_md_dst = per_cpu_ptr(md_dst, cpu); in metadata_dst_free_percpu()