Searched refs:xfs_attr_trace_buf (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_sf.h82 extern ktrace_t *xfs_attr_trace_buf;
H A Dxfs_vfsops.c149 xfs_attr_trace_buf = ktrace_alloc(XFS_ATTR_TRACE_SIZE, KM_SLEEP);
192 ktrace_free(xfs_attr_trace_buf);
H A Dxfs_attr.c103 ktrace_t *xfs_attr_trace_buf; variable
2309 ASSERT(xfs_attr_trace_buf);
2310 ktrace_enter(xfs_attr_trace_buf, (void *)((__psunsigned_t)type),
H A Dxfsidbg.c4953 if (xfs_attr_trace_buf == NULL) {
4957 nentries = ktrace_nentries(xfs_attr_trace_buf);
4966 ktep = ktrace_first(xfs_attr_trace_buf, &kts);
4973 ktep = ktrace_skip(xfs_attr_trace_buf, skip_entries, &kts);
4981 ktep = ktrace_next(xfs_attr_trace_buf, &kts);

Completed in 63 milliseconds