LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "defs.h" 2 : : #include "xlat/umount_flags.h" 3 : : 4 : 6 : SYS_FUNC(umount2) 5 : : { 6 : 6 : printpath(tcp, tcp->u_arg[0]); 7 : 6 : tprints(", "); 8 : 6 : printflags(umount_flags, tcp->u_arg[1], "MNT_???"); 9 : : 10 : 6 : return RVAL_DECODED; 11 : : } |
Generated by: LCOV version 1.12 |