• Home
  • Raw
  • Download

Lines Matching refs:opcode

10 	switch (fa->opcode) {  in readdir_test()
26 bpf_printk("opcode %d", fa->opcode); in readdir_test()
35 switch (fa->opcode) { in partial_test()
327 bpf_printk("Unknown opcode %d", fa->opcode); in partial_test()
336 switch (fa->opcode) { in trace_test()
516 bpf_printk("Unknown opcode %d", fa->opcode); in trace_test()
524 switch (fa->opcode) { in trace_hidden()
573 bpf_printk("Unknown opcode: %d", fa->opcode); in trace_hidden()
581 if (fa->opcode & FUSE_PREFILTER) in trace_simple()
583 fa->opcode & FUSE_OPCODE_FILTER); in trace_simple()
584 else if (fa->opcode & FUSE_POSTFILTER) in trace_simple()
586 fa->opcode & FUSE_OPCODE_FILTER); in trace_simple()
588 bpf_printk("*** UNKNOWN *** opcode: %d", fa->opcode); in trace_simple()
595 switch (fa->opcode) { in trace_daemon()
614 if (fa->opcode & FUSE_PREFILTER) in trace_daemon()
616 fa->opcode & FUSE_OPCODE_FILTER); in trace_daemon()
617 else if (fa->opcode & FUSE_POSTFILTER) in trace_daemon()
619 fa->opcode & FUSE_OPCODE_FILTER); in trace_daemon()
621 bpf_printk("*** UNKNOWN *** opcode: %d", fa->opcode); in trace_daemon()
630 switch (fa->opcode) { in error_test()
662 if (fa->opcode & FUSE_PREFILTER) in error_test()
664 fa->opcode & FUSE_OPCODE_FILTER); in error_test()
665 else if (fa->opcode & FUSE_POSTFILTER) in error_test()
667 fa->opcode & FUSE_OPCODE_FILTER); in error_test()
669 bpf_printk("*** UNKNOWN *** opcode: %d", fa->opcode); in error_test()
677 switch (fa->opcode) { in readdirplus_test()
688 switch (fa->opcode) { in lookuppostfilter_test()
701 switch (fa->opcode) { in createremovebpf_test()
725 switch (fa->opcode) { in mkdirremovebpf_test()
749 switch (fa->opcode) { in copy_file_range_test_filter()