Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dreparse.c505 struct reparse_point *reparse; in ntfs_reparse_set_wsl_symlink() local
513 reparse = kvzalloc(reparse_len, GFP_NOFS); in ntfs_reparse_set_wsl_symlink()
514 if (!reparse) { in ntfs_reparse_set_wsl_symlink()
518 data = (struct wsl_link_reparse_data *)reparse->reparse_data; in ntfs_reparse_set_wsl_symlink()
519 reparse->reparse_tag = IO_REPARSE_TAG_LX_SYMLINK; in ntfs_reparse_set_wsl_symlink()
520 reparse->reparse_data_length = in ntfs_reparse_set_wsl_symlink()
522 reparse->reserved = 0; in ntfs_reparse_set_wsl_symlink()
526 (char *)reparse, reparse_len); in ntfs_reparse_set_wsl_symlink()
527 kvfree(reparse); in ntfs_reparse_set_wsl_symlink()
546 struct reparse_point *reparse; in ntfs_reparse_set_wsl_not_symlink() local
[all …]
/linux/fs/smb/client/
H A Dsmb2inode.c706 idata->reparse.io.iov = *iov; in smb2_compound_op()
707 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op()
715 idata->reparse.tag = le32_to_cpu(rbuf->ReparseTag); in smb2_compound_op()
805 data->reparse.tag = tag; in parse_create_response()
965 if (data->reparse.tag != IO_REPARSE_TAG_SYMLINK) { in smb2_query_path_info()
983 if (data->reparse.tag != IO_REPARSE_TAG_LX_BLK && in smb2_query_path_info()
984 data->reparse.tag != IO_REPARSE_TAG_LX_CHR) in smb2_query_path_info()
990 if (data->reparse.tag == IO_REPARSE_TAG_SYMLINK && !rc) { in smb2_query_path_info()
1461 *tag = data.reparse.tag; in smb2_query_reparse_point()
1462 *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.c29 #include "reparse.h"
344 * which represents a DFS referral or reparse mount point).
986 /* TODO: add support to query reparse tag */ in cifs_get_file_info()
990 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 in reparse_info_to_fattr()
[all...]
H A DMakefile15 namespace.o reparse.o
H A Dcifsproto.h488 free_rsp_buf(data->reparse.io.buftype, data->reparse.io.iov.iov_base); in cifs_free_open_info()
H A Dreaddir.c25 #include "reparse.h"
134 * information about reparse points other than in cifs_prime_dcache()
135 * their reparse tags. Save an invalidation by in cifs_prime_dcache()
137 * reparse tag and ctime haven't changed. in cifs_prime_dcache()
179 .reparse = { .tag = fattr->cf_cifstag, }, in cifs_fill_common_info()
189 * the NFS reparse tag (or EAs), they don't require an extra query in cifs_fill_common_info()
191 * TODO: go through all documented reparse tags to see if we can in cifs_fill_common_info()
280 cifs_dbg(FYI, "posix fattr: dev %d, reparse %d, mode %o\n", in cifs_posix_to_fattr()
H A Dcifsglob.h261 } 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/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()