Searched refs:new_eof (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 3665 loff_t new_eof; in smb3_simple_falloc() local 3694 new_eof = off + len; in smb3_simple_falloc() 3696 cfile->fid.volatile_fid, cfile->pid, new_eof); in smb3_simple_falloc() 3698 netfs_resize_file(&cifsi->netfs, new_eof, true); in smb3_simple_falloc() 3699 cifs_setsize(inode, new_eof); in smb3_simple_falloc() 3791 loff_t old_eof, new_eof; in smb3_collapse_range() local 3816 new_eof = old_eof - len; in smb3_collapse_range() 3818 cfile->fid.volatile_fid, cfile->pid, new_eof); in smb3_collapse_range() 3824 truncate_setsize(inode, new_eof); in smb3_collapse_range() 3825 netfs_resize_file(&cifsi->netfs, new_eof, true); in smb3_collapse_range() [all …]
|
| H A D | smb2proto.h | 206 loff_t new_eof);
|
| H A D | smb2pdu.c | 5884 u64 volatile_fid, u32 pid, loff_t new_eof) in SMB2_set_eof() argument 5890 info.EndOfFile = cpu_to_le64(new_eof); in SMB2_set_eof() 5895 trace_smb3_set_eof(xid, persistent_fid, tcon->tid, tcon->ses->Suid, new_eof); in SMB2_set_eof()
|