Home
last modified time | relevance | path

Searched refs:is_replayable_error (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2pdu.c3060 if (is_replayable_error(rc) && in smb311_posix_mkdir()
3353 if (is_replayable_error(rc) && in SMB2_open()
3596 if (is_replayable_error(rc) && in SMB2_ioctl()
3747 if (is_replayable_error(rc) && in __SMB2_close()
3961 if (is_replayable_error(rc) && in query_info()
4144 if (is_replayable_error(rc) && in SMB2_change_notify()
4452 if (is_replayable_error(rc) && in SMB2_flush()
5270 if (is_replayable_error(rc) && in SMB2_write()
5656 if (is_replayable_error(rc) && in SMB2_query_directory()
5779 if (is_replayable_error(rc) && in send_set_info()
[all …]
H A Dcached_dir.c403 if (is_replayable_error(rc) && in open_cached_dir()
H A Dsmb2inode.c869 if (is_replayable_error(rc) && in smb2_compound_op()
1257 if (is_replayable_error(rc) && in smb2_unlink()
H A Dsmb2ops.c1339 if (is_replayable_error(rc) && in smb2_set_ea()
1800 if (is_replayable_error(rc) && in smb2_ioctl_query_info()
2557 if (is_replayable_error(rc) && in smb2_query_dir_first()
2941 if (is_replayable_error(rc) && in smb2_query_info_compound()
H A Dcifsglob.h1852 static inline bool is_replayable_error(int error) in is_replayable_error() function