Searched refs:create_durable (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.c | 1901 static struct create_durable * 1904 struct create_durable *buf; in create_durable_buf() 1906 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_durable_buf() 1911 (struct create_durable, Data)); in create_durable_buf() 1914 (struct create_durable, Name)); in create_durable_buf() 1924 static struct create_durable * 1927 struct create_durable *buf; in create_reconnect_durable_buf() 1929 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_reconnect_durable_buf() 1934 (struct create_durable, Data)); in create_reconnect_durable_buf() 1937 (struct create_durable, Nam in create_reconnect_durable_buf() [all...] |
H A D | smb2pdu.h | 889 struct create_durable { struct
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.c | 2199 static struct create_durable * 2202 struct create_durable *buf; in create_durable_buf() 2204 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_durable_buf() 2209 (struct create_durable, Data)); in create_durable_buf() 2212 (struct create_durable, Name)); in create_durable_buf() 2222 static struct create_durable * 2225 struct create_durable *buf; in create_reconnect_durable_buf() 2227 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_reconnect_durable_buf() 2232 (struct create_durable, Data)); in create_reconnect_durable_buf() 2235 (struct create_durable, Nam in create_reconnect_durable_buf() [all...] |
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | smb2pdu.h | 1201 struct create_durable { struct
|
Completed in 19 milliseconds