Searched defs:fsmap_head (Results 1 – 5 of 5) sorted by relevance
31 struct fsmap_head { struct54 #define FS_IOC_GETFSMAP _IOWR('X', 59, struct fsmap_head) argument
60 struct fsmap_head { struct71 /* Size of an fsmap_head with room for nr records. */ argument
18 struct fsmap_head { struct31 return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap); in fsmap_sizeof() argument