FreeBSD kernel kern code
|
Data Fields | |
char * | path |
int | pad |
off_t | length |
Definition at line 3435 of file vfs_syscalls.c.
off_t truncate_args::length |
Definition at line 3438 of file vfs_syscalls.c.
Referenced by freebsd6_truncate(), and systrace_args().
int truncate_args::pad |
Definition at line 3437 of file vfs_syscalls.c.
char* truncate_args::path |
Definition at line 3436 of file vfs_syscalls.c.
Referenced by freebsd6_truncate(), and systrace_args().