Go to the source code of this file.
Function Documentation
The explain_buffer_eperm_mknod function is use to print an explanation of a EPERM error, in the case where the file system is incapable of making a node of the type specified.
- Parameters:
-
sb | The string buffer to print into. |
pathname | The path of the attempted node creation. |
pathname_caption | The name of the syscall argument containinbg the path of the attempted node creation. |
mode | The S_IFMT bits describe what sort of node was attempted. |
Definition at line 29 of file mknod.c.