[go: nahoru, domu]

Searched defs:obd_ioctl_data (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/include/
H A Dlustre_lib.h125 struct obd_ioctl_data { struct
178 static inline int obd_ioctl_packlen(struct obd_ioctl_data *data)
180 int len = cfs_size_round(sizeof(struct obd_ioctl_data));
189 static inline int obd_ioctl_is_invalid(struct obd_ioctl_data *data)
278 * we change _IOR to _IOWR so BSD will copyin obd_ioctl_data
347 #define OBD_IOC_CHANGELOG_REG _IOW ('f', 177, struct obd_ioctl_data)
348 #define OBD_IOC_CHANGELOG_DEREG _IOW ('f', 178, struct obd_ioctl_data)
349 #define OBD_IOC_CHANGELOG_CLEAR _IOW ('f', 179, struct obd_ioctl_data)
380 #define OBD_IOC_ECHO_MD _IOR('f', 221, struct obd_ioctl_data)
381 #define OBD_IOC_ECHO_ALLOC_SEQ _IOWR('f', 222, struct obd_ioctl_data)
[all...]

Completed in 21 milliseconds