Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c2988 if (is_replayable_error(rc) && in smb311_posix_mkdir()
3279 if (is_replayable_error(rc) && in SMB2_open()
3529 if (is_replayable_error(rc) && in SMB2_ioctl()
3680 if (is_replayable_error(rc) && in __SMB2_close()
3894 if (is_replayable_error(rc) && in query_info()
4075 if (is_replayable_error(rc) && in SMB2_change_notify()
4371 if (is_replayable_error(rc) && in SMB2_flush()
5090 if (is_replayable_error(rc) && in SMB2_write()
5476 if (is_replayable_error(rc) && in SMB2_query_directory()
5599 if (is_replayable_error(rc) && in send_set_info()
[all …]
H A Dcached_dir.c382 if (is_replayable_error(rc) && in open_cached_dir()
H A Dsmb2ops.c1281 if (is_replayable_error(rc) && in smb2_set_ea()
1742 if (is_replayable_error(rc) && in smb2_ioctl_query_info()
2387 if (is_replayable_error(rc) && in smb2_query_dir_first()
2779 if (is_replayable_error(rc) && in smb2_query_info_compound()
H A Dsmb2inode.c827 if (is_replayable_error(rc) && in smb2_compound_op()
H A Dcifsglob.h1869 static inline bool is_replayable_error(int error) in is_replayable_error() function