Searched refs:kmem_zalloc_large (Results 1 – 6 of 6) sorted by relevance
152 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); in xfs_get_acl()205 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); in __xfs_set_acl()
64 extern void *kmem_zalloc_large(size_t size, xfs_km_flags_t);
66 kmem_zalloc_large(size_t size, xfs_km_flags_t flags) in kmem_zalloc_large() function
373 kbuf = kmem_zalloc_large(al_hreq.buflen, KM_SLEEP); in xfs_compat_attrlist_by_handle()
428 kbuf = kmem_zalloc_large(al_hreq.buflen, KM_SLEEP); in xfs_attrlist_by_handle()461 kbuf = kmem_zalloc_large(*len, KM_SLEEP); in xfs_attrmulti_attr_get()
596 out = kmem_zalloc_large(bmv->bmv_count * sizeof(struct getbmapx), 0); in xfs_getbmap()