Home
last modified time | relevance | path

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

/freebsd/sys/arm64/linux/
H A Dlinux_proto.h226 struct linux_fallocate_args { struct
227 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
228 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
229 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
230 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
/freebsd/sys/amd64/linux32/
H A Dlinux32_proto.h1152 struct linux_fallocate_args { struct
1153 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1154 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
1155 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)];
1156 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)];
1157 char len1_l_[PADL_(uint32_t)]; uint32_t len1; char len1_r_[PADR_(uint32_t)];
1158 char len2_l_[PADL_(uint32_t)]; uint32_t len2; char len2_r_[PADR_(uint32_t)];
/freebsd/sys/amd64/linux/
H A Dlinux_proto.h1076 struct linux_fallocate_args { struct
1077 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1078 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
1079 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
1080 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
/freebsd/sys/i386/linux/
H A Dlinux_proto.h1148 struct linux_fallocate_args { struct
1149 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1150 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
1151 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
1152 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];