Searched defs:obd_connect_data (Results 1 – 1 of 1) sorted by relevance
1357 struct obd_connect_data { struct1358 __u64 ocd_connect_flags; /* OBD_CONNECT_* per above */1359 __u32 ocd_version; /* lustre release version number */1360 __u32 ocd_grant; /* initial cache grant amount (bytes) */1361 __u32 ocd_index; /* LOV index to connect to */1362 __u32 ocd_brw_size; /* Maximum BRW size in bytes */1363 __u64 ocd_ibits_known; /* inode bits this client understands */1364 __u8 ocd_blocksize; /* log2 of the backend filesystem blocksize */1365 __u8 ocd_inodespace; /* log2 of the per-inode space consumption */1366 __u16 ocd_grant_extent; /* per-extent grant overhead, in 1K blocks */[all …]