Lines Matching refs:metadata_dst
127 metadata_dst_free((struct metadata_dst *)dst); in dst_destroy()
258 static void __metadata_dst_init(struct metadata_dst *md_dst, in __metadata_dst_init()
275 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc()
278 struct metadata_dst *md_dst; in metadata_dst_alloc()
290 void metadata_dst_free(struct metadata_dst *md_dst) in metadata_dst_free()
300 struct metadata_dst __percpu *
304 struct metadata_dst __percpu *md_dst; in metadata_dst_alloc_percpu()
306 md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen, in metadata_dst_alloc_percpu()
307 __alignof__(struct metadata_dst), flags); in metadata_dst_alloc_percpu()
318 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst) in metadata_dst_free_percpu()
324 struct metadata_dst *one_md_dst = per_cpu_ptr(md_dst, cpu); in metadata_dst_free_percpu()