Home
last modified time | relevance | path

Searched refs:ReplaceIfExists (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h1689 __u8 ReplaceIfExists; /* 1 = replace existing target with new */ member
1699 __u8 ReplaceIfExists; /* 1 = replace existing link with new */ member
/linux-6.12.1/fs/smb/client/
Dsmb2inode.c441 vars->rename_info.ReplaceIfExists = 1; in smb2_compound_op()
480 vars->link_info.ReplaceIfExists = 0; in smb2_compound_op()
/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c5897 if (!file_info->ReplaceIfExists) in smb2_rename()
5952 if (file_info->ReplaceIfExists) { in smb2_create_link()