Home
last modified time | relevance | path

Searched refs:reparse_data_buffer (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dreparse.c79 buf->ReparseDataLength = cpu_to_le16(len - sizeof(struct reparse_data_buffer)); in smb2_create_reparse_symlink()
271 sizeof(struct reparse_data_buffer)); in nfs_set_reparse_buf()
310 static int wsl_set_reparse_buf(struct reparse_data_buffer *buf, in wsl_set_reparse_buf()
421 struct reparse_data_buffer buf; in mknod_wsl()
631 int parse_reparse_point(struct reparse_data_buffer *buf, in parse_reparse_point()
668 struct reparse_data_buffer *buf; in smb2_parse_reparse_point()
672 buf = (struct reparse_data_buffer *)((u8 *)io + in smb2_parse_reparse_point()
H A Dsmb2inode.c41 static struct reparse_data_buffer *reparse_buf_ptr(struct kvec *iov) in reparse_buf_ptr()
43 struct reparse_data_buffer *buf; in reparse_buf_ptr()
52 buf = (struct reparse_data_buffer *)((u8 *)io + off); in reparse_buf_ptr()
184 struct reparse_data_buffer *rbuf; in smb2_compound_op()
H A Dsmb1ops.c1001 struct reparse_data_buffer *buf; in cifs_parse_reparse_point()
1005 buf = (struct reparse_data_buffer *)((__u8 *)&io->hdr.Protocol + in cifs_parse_reparse_point()
H A Dcifsproto.h682 int parse_reparse_point(struct reparse_data_buffer *buf,
H A Dcifsglob.h225 struct reparse_data_buffer *buf;
H A Dcifssmb.c2703 struct reparse_data_buffer *buf; in cifs_query_reparse_point()
2779 buf = (struct reparse_data_buffer *)start; in cifs_query_reparse_point()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1511 struct reparse_data_buffer { struct
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c8248 struct reparse_data_buffer *reparse_ptr; in smb2_ioctl()
8251 reparse_ptr = (struct reparse_data_buffer *)&rsp->Buffer[0]; in smb2_ioctl()
8263 nbytes = sizeof(struct reparse_data_buffer); in smb2_ioctl()