xfs_alloc 52 xfs/xfs_common-bsd.c xfs_alloc(u_int size, xfs_malloc_type type) xfs_alloc 57 xfs/xfs_common.h #define xfs_alloc(a,t) malloc((a), BUCKETINDEX(a), t, M_WAITOK) xfs_alloc 59 xfs/xfs_common.h #define xfs_alloc(a,t) malloc((a), t, M_WAITOK)