Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dreparse.c269 *(__le64 *)buf->DataBuffer = cpu_to_le64(((u64)MINOR(dev) << 32) | in nfs_set_reparse_buf()
499 if (UniStrnlen((wchar_t *)buf->DataBuffer, len/2) != len/2) { in parse_reparse_posix()
503 data->symlink_target = cifs_strndup_from_utf16(buf->DataBuffer, in parse_reparse_posix()
679 fattr->cf_rdev = reparse_mkdev(buf->DataBuffer); in cifs_reparse_point_to_fattr()
685 fattr->cf_rdev = reparse_mkdev(buf->DataBuffer); in cifs_reparse_point_to_fattr()
H A Dcifspdu.h1514 __u8 DataBuffer[]; member
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1515 __u8 DataBuffer[]; /* Variable Length */ member
1523 __u8 DataBuffer[]; /* Variable Length */ member
/openbmc/linux/fs/ntfs3/
H A Dntfs.h1162 u8 DataBuffer[1]; // 0x08: member
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/
H A D0005-Platform-ARM-N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch913 + @param[in] DataBuffer The data to write into NOR flash location.
923 + IN UINT32 *DataBuffer,
954 + WordIndex++, DataBuffer++, WordAddress += 4) {
955 + Status = NorFlashWriteSingleWord (Instance, WordAddress, *DataBuffer);