Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2inode.c817 idata->reparse.io.iov = *iov; in smb2_compound_op()
818 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op()
826 idata->reparse.tag = le32_to_cpu(rbuf->ReparseTag); in smb2_compound_op()
916 data->reparse.tag = tag; in parse_create_response()
1076 if (data->reparse.tag != IO_REPARSE_TAG_SYMLINK) { in smb2_query_path_info()
1094 if (data->reparse.tag != IO_REPARSE_TAG_LX_BLK && in smb2_query_path_info()
1095 data->reparse.tag != IO_REPARSE_TAG_LX_CHR) in smb2_query_path_info()
1101 if (data->reparse.tag == IO_REPARSE_TAG_SYMLINK && !rc) { in smb2_query_path_info()
1541 *tag = data.reparse.tag; in smb2_query_reparse_point()
1542 *rsp = data.reparse.io.iov; in smb2_query_reparse_point()
[all …]
H A Dreparse.c83 .reparse = { .tag = IO_REPARSE_TAG_SYMLINK, }, in create_native_symlink()
395 .reparse = { .tag = IO_REPARSE_TAG_AF_UNIX, .buf = &buf, }, in create_native_socket()
494 .reparse = { .tag = IO_REPARSE_TAG_NFS, .buf = (struct reparse_data_buffer *)p, }, in mknod_nfs()
683 .reparse = { .tag = le32_to_cpu(buf->ReparseTag), .buf = buf, }, in mknod_wsl()
1078 data->reparse.buf = buf; in parse_reparse_point()
1192 struct reparse_nfs_data_buffer *buf = (struct reparse_nfs_data_buffer *)data->reparse.buf; in posix_reparse_to_fattr()
1239 u32 tag = data->reparse.tag; in cifs_reparse_point_to_fattr()
H A Dinode.c990 data.reparse.tag = IO_REPARSE_TAG_SYMLINK; in cifs_get_file_info()
1166 u32 tag = data->reparse.tag; in reparse_info_to_fattr()
1175 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
1176 data->reparse.io.iov.iov_base) { in reparse_info_to_fattr()
1177 iov = &data->reparse.io.iov; in reparse_info_to_fattr()
1181 data->reparse.tag = tag; in reparse_info_to_fattr()
1182 if (!data->reparse.tag) { in reparse_info_to_fattr()
1189 data->reparse.tag = IO_REPARSE_TAG_INTERNAL; in reparse_info_to_fattr()
1192 switch (data->reparse.tag) { in reparse_info_to_fattr()
1204 if (data->symlink_target || data->reparse.buf) { in reparse_info_to_fattr()
[all …]
H A DMakefile15 namespace.o reparse.o
H A Dcifsproto.h491 free_rsp_buf(data->reparse.io.buftype, data->reparse.io.iov.iov_base); in cifs_free_open_info()
H A Dreaddir.c178 .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 Dcontext.c105 if ((!caps->nic_ft.reparse || in hws_context_check_hws_supp()
106 (!caps->fdb_ft.reparse && caps->eswitch_manager)) || in hws_context_check_hws_supp()
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.c1060 caps->nic_ft.reparse = in mlx5hws_cmd_query_caps()
1062 capability.flow_table_nic_cap.flow_table_properties_nic_receive.reparse); in mlx5hws_cmd_query_caps()
1161 caps->fdb_ft.reparse = in mlx5hws_cmd_query_caps()
1163 capability.flow_table_nic_cap.flow_table_properties_nic_receive.reparse); in mlx5hws_cmd_query_caps()
H A Dcmd.h187 u8 reparse; member
/linux/fs/ntfs3/
H A Dsuper.c681 if (sbi->reparse.ni) { in ntfs3_put_sbi()
682 iput(&sbi->reparse.ni->vfs_inode); in ntfs3_put_sbi()
683 sbi->reparse.ni = NULL; in ntfs3_put_sbi()
700 indx_clear(&sbi->reparse.index_r); in ntfs3_put_sbi()
842 ni = sbi->reparse.ni; in ntfs_sync_fs()
1573 sbi->reparse.max_size = sz; in ntfs_fill_super()
H A Dntfs_fs.h311 } 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()