Home
last modified time | relevance | path

Searched defs:smb2_file_rename_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1652 struct smb2_file_rename_info { /* encoding of request for level 10 */ struct
1653 __u8 ReplaceIfExists; /* 1 = replace existing target with new */
1655 __u8 Reserved[7];
1656 __u64 RootDirectory; /* MBZ for network operations (why says spec?) */
1657 __le32 FileNameLength;
1658 char FileName[]; /* New name to be assigned */