Home
last modified time | relevance | path

Searched refs:cifs_update_eof (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/cifs/
Dcifsproto.h139 extern void cifs_update_eof(struct cifsInodeInfo *cifsi, loff_t offset,
Dfile.c1904 cifs_update_eof(struct cifsInodeInfo *cifsi, loff_t offset, in cifs_update_eof() function
1976 cifs_update_eof(cifsi, *offset, bytes_written); in cifs_write()
2821 cifs_update_eof(cifsi, wdata->offset, wdata->bytes); in cifs_uncached_writev_complete()
Dcifssmb.c1985 cifs_update_eof(CIFS_I(inode), wdata->offset, wdata->bytes); in cifs_writev_complete()