Searched refs:CIFSSMBFlush (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsproto.h | 450 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb1ops.c | 731 return CIFSSMBFlush(xid, tcon, fid->netfid); in cifs_flush_file()
|
H A D | cifssmb.c | 2667 CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) in CIFSSMBFlush() function 2671 cifs_dbg(FYI, "In CIFSSMBFlush\n"); in CIFSSMBFlush()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsproto.h | 492 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb1ops.c | 767 return CIFSSMBFlush(xid, tcon, fid->netfid); in cifs_flush_file()
|
H A D | cifssmb.c | 2131 CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) in CIFSSMBFlush() function 2135 cifs_dbg(FYI, "In CIFSSMBFlush\n"); in CIFSSMBFlush()
|
Completed in 20 milliseconds