Lines Matching refs:create_durable
1901 static struct create_durable *
1904 struct create_durable *buf;
1906 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL);
1911 (struct create_durable, Data));
1914 (struct create_durable, Name));
1924 static struct create_durable *
1927 struct create_durable *buf;
1929 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL);
1934 (struct create_durable, Data));
1937 (struct create_durable, Name));
2213 iov[num].iov_len = sizeof(struct create_durable);
2218 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_durable));