Home
last modified time | relevance | path

Searched refs:reparse (Results 1 – 11 of 11) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2inode.c809 idata->reparse.io.iov = *iov; in smb2_compound_op()
810 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op()
818 idata->reparse.tag = le32_to_cpu(rbuf->ReparseTag); in smb2_compound_op()
908 data->reparse.tag = tag; in parse_create_response()
1068 if (data->reparse.tag != IO_REPARSE_TAG_SYMLINK) { in smb2_query_path_info()
1086 if (data->reparse.tag != IO_REPARSE_TAG_LX_BLK && in smb2_query_path_info()
1087 data->reparse.tag != IO_REPARSE_TAG_LX_CHR) in smb2_query_path_info()
1093 if (data->reparse.tag == IO_REPARSE_TAG_SYMLINK && !rc) { in smb2_query_path_info()
1529 *tag = data.reparse.tag; in smb2_query_reparse_point()
1530 *rsp = data.reparse.io.iov; in smb2_query_reparse_point()
[all …]
H A Dreparse.c82 .reparse = { .tag = IO_REPARSE_TAG_SYMLINK, }, in create_native_symlink()
394 .reparse = { .tag = IO_REPARSE_TAG_AF_UNIX, .buf = &buf, }, in create_native_socket()
493 .reparse = { .tag = IO_REPARSE_TAG_NFS, .buf = (struct reparse_data_buffer *)p, }, in mknod_nfs()
682 .reparse = { .tag = le32_to_cpu(buf->ReparseTag), .buf = buf, }, in mknod_wsl()
1077 data->reparse.buf = buf; in parse_reparse_point()
1191 struct reparse_nfs_data_buffer *buf = (struct reparse_nfs_data_buffer *)data->reparse.buf; in posix_reparse_to_fattr()
1238 u32 tag = data->reparse.tag; in cifs_reparse_point_to_fattr()
H A DMakefile15 namespace.o reparse.o
H A Dinode.c995 data.reparse.tag = IO_REPARSE_TAG_SYMLINK; in cifs_get_file_info()
1171 u32 tag = data->reparse.tag; in reparse_info_to_fattr()
1180 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
1181 data->reparse.io.iov.iov_base) { in reparse_info_to_fattr()
1182 iov = &data->reparse.io.iov; in reparse_info_to_fattr()
1186 data->reparse.tag = tag; in reparse_info_to_fattr()
1187 if (!data->reparse.tag) { in reparse_info_to_fattr()
1194 data->reparse.tag = IO_REPARSE_TAG_INTERNAL; in reparse_info_to_fattr()
1197 switch (data->reparse.tag) { in reparse_info_to_fattr()
1209 if (data->symlink_target || data->reparse.buf) { in reparse_info_to_fattr()
[all …]
H A Dcifsproto.h776 free_rsp_buf(data->reparse.io.buftype, data->reparse.io.iov.iov_base); in cifs_free_open_info()
H A Dreaddir.c179 .reparse = { .tag = fattr->cf_cifstag, }, in cifs_fill_common_info()
H A Dcifsglob.h264 } reparse; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddebug.c296 caps->nic_ft.reparse, in hws_debug_dump_context_caps()
298 caps->fdb_ft.reparse, in hws_debug_dump_context_caps()
H A Dcmd.h187 u8 reparse; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v1.c254 MLX5_SET(ste_match_bwc_v1, hw_ste_p, reparse, 1); in dr_ste_v1_set_reparse()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h504 u8 reparse[0x1]; member