Searched defs:linux_finfo (Results 1 – 1 of 1) sorted by relevance
175 struct linux_finfo { struct176 struct linux_bigint begin;177 struct linux_bigint end;178 struct linux_bigint cur;179 enum linux_devtypes dtype;180 unsigned long namelen;181 unsigned char attr;182 char name[32]; /* XXX imperical, should be define */