Searched refs:SMB2_close (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | link.c | 391 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink() 453 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
|
| H A D | smb2ops.c | 890 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 923 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon() 986 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible() 1466 return SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_close_file() 2300 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_notify() 2414 SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_query_dir_first() 2471 return SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_close_dir() 2891 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb311_queryfs() 3125 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in get_smb2_acl_by_path() 3187 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in set_smb2_acl()
|
| H A D | smb2proto.h | 186 extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
|
| H A D | cached_dir.c | 428 rc = SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
|
| H A D | smb2misc.c | 765 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid()
|
| H A D | smb2pdu.c | 2966 SMB2_close(xid, tcon, rsp->PersistentFileId, rsp->VolatileFileId); in smb311_posix_mkdir() 3669 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_close() function
|