Home
last modified time | relevance | path

Searched defs:posix_fallocate_args (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/sys/
H A Dsysproto.h1446 struct posix_fallocate_args { struct
1447 int fd; char fd_[PAD_(int)];
1448 off_t offset; char offset_[PAD_(off_t)];
1449 off_t len; char len_[PAD_(off_t)];