Searched refs:SMB2_flush (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2proto.h | 182 extern int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2ops.c | 1880 return SMB2_flush(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_flush_file() 3758 * QUERY_ALLOCATED_RANGES until SMB2_flush is called. in smb3_llseek()
|
H A D | smb2pdu.c | 3781 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_flush() function
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2proto.h | 167 extern int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2ops.c | 1840 return SMB2_flush(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_flush_file() 3811 * QUERY_ALLOCATED_RANGES until SMB2_flush is called. in smb3_llseek()
|
H A D | smb2pdu.c | 4168 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_flush() function
|
Completed in 27 milliseconds