Home
last modified time | relevance | path

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

/freebsd-src/sys/arm64/linux/
H A Dlinux_proto.h223 struct linux_fallocate_args { struct
224 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
225 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
226 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
227 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_proto.h1149 struct linux_fallocate_args { struct
1150 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1151 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
1152 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)];
1153 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)];
1154 char len1_l_[PADL_(uint32_t)]; uint32_t len1; char len1_r_[PADR_(uint32_t)];
1155 char len2_l_[PADL_(uint32_t)]; uint32_t len2; char len2_r_[PADR_(uint32_t)];
/freebsd-src/sys/amd64/linux/
H A Dlinux_proto.h1073 struct linux_fallocate_args { struct
1074 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1075 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
1076 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
1077 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
/freebsd-src/sys/i386/linux/
H A Dlinux_proto.h1145 struct linux_fallocate_args { struct
1146 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1147 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
1148 char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
1149 char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];