Lines Matching refs:create_durable
2199 static struct create_durable *
2202 struct create_durable *buf;
2204 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL);
2209 (struct create_durable, Data));
2212 (struct create_durable, Name));
2222 static struct create_durable *
2225 struct create_durable *buf;
2227 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL);
2232 (struct create_durable, Data));
2235 (struct create_durable, Name));
2511 iov[num].iov_len = sizeof(struct create_durable);