Lines Matching refs:ext2fs
58 SDT_PROVIDER_DEFINE(ext2fs);
64 SDT_PROBE_DEFINE2(ext2fs, , alloc, trace, "int", "char*");
65 SDT_PROBE_DEFINE3(ext2fs, , alloc, ext2_reallocblks_realloc,
67 SDT_PROBE_DEFINE1(ext2fs, , alloc, ext2_reallocblks_bap, "uint32_t");
68 SDT_PROBE_DEFINE1(ext2fs, , alloc, ext2_reallocblks_blkno, "e2fs_daddr_t");
69 SDT_PROBE_DEFINE2(ext2fs, , alloc, ext2_b_bitmap_validate_error, "char*", "int");
70 SDT_PROBE_DEFINE3(ext2fs, , alloc, ext2_nodealloccg_bmap_corrupted,
72 SDT_PROBE_DEFINE2(ext2fs, , alloc, ext2_blkfree_bad_block, "ino_t", "e4fs_daddr_t");
73 SDT_PROBE_DEFINE2(ext2fs, , alloc, ext2_vfree_doublefree, "char*", "ino_t");
148 SDT_PROBE2(ext2fs, , alloc, trace, 1, "cannot allocate data block"); in ext2_alloc()
168 SDT_PROBE2(ext2fs, , alloc, trace, 1, "cannot allocate meta block"); in ext2_alloc_meta()
189 static SYSCTL_NODE(_vfs, OID_AUTO, ext2fs, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
311 SDT_PROBE3(ext2fs, , alloc, ext2_reallocblks_realloc, in ext2_reallocblks()
323 SDT_PROBE1(ext2fs, , alloc, ext2_reallocblks_bap, *bap); in ext2_reallocblks()
363 SDT_PROBE1(ext2fs, , alloc, ext2_reallocblks_blkno, blkno); in ext2_reallocblks()
489 SDT_PROBE2(ext2fs, , alloc, trace, 1, "out of inodes"); in ext2_valloc()
971 SDT_PROBE2(ext2fs, , alloc, ext2_b_bitmap_validate_error, in ext2_b_bitmap_validate()
979 SDT_PROBE2(ext2fs, , alloc, ext2_b_bitmap_validate_error, in ext2_b_bitmap_validate()
987 SDT_PROBE2(ext2fs, , alloc, ext2_b_bitmap_validate_error, in ext2_b_bitmap_validate()
1382 SDT_PROBE3(ext2fs, , alloc, in ext2_nodealloccg()
1433 SDT_PROBE2(ext2fs, , alloc, ext2_blkfree_bad_block, in ext2_blkfree()
1492 SDT_PROBE2(ext2fs, , alloc, ext2_vfree_doublefree, in ext2_vfree()