Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2inode.c277 vars->rename_info.ReplaceIfExists = 1; in smb2_compound_op()
316 vars->link_info.ReplaceIfExists = 0; in smb2_compound_op()
Dsmb2pdu.h1713 __u8 ReplaceIfExists; /* 1 = replace existing target with new */ member
1723 __u8 ReplaceIfExists; /* 1 = replace existing link with new */ member
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h1424 __u8 ReplaceIfExists; /* 1 = replace existing target with new */ member
1433 __u8 ReplaceIfExists; /* 1 = replace existing link with new */ member
Dsmb2pdu.c5427 if (file_info->ReplaceIfExists) { in smb2_rename()
5502 if (file_info->ReplaceIfExists) { in smb2_create_link()