Home
last modified time | relevance | path

Searched refs:xfs_alloc_trace_buf (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.h103 extern ktrace_t *xfs_alloc_trace_buf;
Dxfs_alloc.c69 ktrace_t *xfs_alloc_trace_buf; variable
441 ktrace_enter(xfs_alloc_trace_buf, in xfs_alloc_trace_alloc()
478 ktrace_enter(xfs_alloc_trace_buf, in xfs_alloc_trace_free()
502 ktrace_enter(xfs_alloc_trace_buf, in xfs_alloc_trace_modagf()
538 ktrace_enter(xfs_alloc_trace_buf, in xfs_alloc_trace_busy()
Dxfs_vfsops.c127 xfs_alloc_trace_buf = ktrace_alloc(XFS_ALLOC_TRACE_SIZE, KM_SLEEP); in xfs_init()
191 ktrace_free(xfs_alloc_trace_buf); in xfs_cleanup()