FreeBSD kernel kern code
truncate_args Struct Reference

Data Fields

char * path
 
int pad
 
off_t length
 

Detailed Description

Definition at line 3444 of file vfs_syscalls.c.

Field Documentation

◆ length

off_t truncate_args::length

Definition at line 3447 of file vfs_syscalls.c.

Referenced by sys_truncate(), and systrace_args().

◆ pad

int truncate_args::pad

Definition at line 3446 of file vfs_syscalls.c.

◆ path

char* truncate_args::path

Definition at line 3445 of file vfs_syscalls.c.

Referenced by sys_truncate(), and systrace_args().


The documentation for this struct was generated from the following file: