Searched refs:sync_write (Results 1 – 4 of 4) sorted by relevance
/fs/cifs/ |
D | smb1ops.c | 1131 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node() 1137 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node() 1209 .sync_write = cifs_sync_write,
|
D | smb2ops.c | 4419 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node() 4425 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node() 4496 .sync_write = smb2_sync_write, 4594 .sync_write = smb2_sync_write, 4694 .sync_write = smb2_sync_write, 4803 .sync_write = smb2_sync_write,
|
D | cifsglob.h | 381 int (*sync_write)(const unsigned int, struct cifs_fid *, member
|
D | file.c | 1821 if (!server->ops->sync_write) in cifs_write() 1852 rc = server->ops->sync_write(xid, &open_file->fid, in cifs_write()
|