Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_proto.h192 struct linux_fallocate_args { struct
193 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
194 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
195 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
196 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_proto.h975 struct linux_fallocate_args { struct
976 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
977 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
978 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
979 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_proto.h1061 struct linux_fallocate_args { struct
1062 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1063 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
1064 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
1065 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
/freebsd-12.1/sys/i386/linux/
H A Dlinux_proto.h1079 struct linux_fallocate_args { struct
1080 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1081 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
1082 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
1083 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];