Searched defs:posix_fallocate_args (Results 1 – 1 of 1) sorted by relevance
1446 struct posix_fallocate_args { struct1447 int fd; char fd_[PAD_(int)];1448 off_t offset; char offset_[PAD_(off_t)];1449 off_t len; char len_[PAD_(off_t)];