Searched defs:smb2_file_link_info (Results 1 – 2 of 2) sorted by relevance
837 struct smb2_file_link_info { /* encoding of request for level 11 */ struct838 __u8 ReplaceIfExists; /* 1 = replace existing link with new */840 __u8 Reserved[7];841 __u64 RootDirectory; /* MBZ for network operations (why says spec?) */842 __le32 FileNameLength;843 char FileName[]; /* Name to be assigned to new link */
765 struct smb2_file_link_info { /* encoding of request for level 11 */ struct766 __u8 ReplaceIfExists; /* 1 = replace existing link with new */768 __u8 Reserved[7];769 __u64 RootDirectory; /* MBZ for network operations (why says spec?) */770 __le32 FileNameLength;771 char FileName[0]; /* Name to be assigned to new link */
Completed in 14 milliseconds