Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb2inode.c803 idata->reparse.io.iov = *iov; in smb2_compound_op()
804 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op()
901 data->reparse.tag = tag; in parse_create_response()
1061 if (data->reparse.tag != IO_REPARSE_TAG_SYMLINK) in smb2_query_path_info()
1078 if (data->reparse.tag != IO_REPARSE_TAG_LX_BLK && in smb2_query_path_info()
1079 data->reparse.tag != IO_REPARSE_TAG_LX_CHR) in smb2_query_path_info()
1431 *tag = data.reparse.tag; in smb2_query_reparse_point()
1432 *rsp = data.reparse.io.iov; in smb2_query_reparse_point()
1433 *rsp_buftype = data.reparse.io.buftype; in smb2_query_reparse_point()
1434 memset(&data.reparse.io.iov, 0, sizeof(data.reparse.io.iov)); in smb2_query_reparse_point()
[all …]
H A Dreparse.c81 .reparse = { .tag = IO_REPARSE_TAG_SYMLINK, }, in create_native_symlink()
391 .reparse = { .tag = IO_REPARSE_TAG_AF_UNIX, .buf = &buf, }, in create_native_socket()
489 .reparse = { .tag = IO_REPARSE_TAG_NFS, .buf = (struct reparse_data_buffer *)p, }, in mknod_nfs()
677 .reparse = { .tag = le32_to_cpu(buf->ReparseTag), .buf = buf, }, in mknod_wsl()
1072 data->reparse.buf = buf; in parse_reparse_point()
1183 struct reparse_nfs_data_buffer *buf = (struct reparse_nfs_data_buffer *)data->reparse.buf; in posix_reparse_to_fattr()
1230 u32 tag = data->reparse.tag; in cifs_reparse_point_to_fattr()
H A DMakefile15 namespace.o reparse.o
H A Dinode.c994 data.reparse.tag = IO_REPARSE_TAG_SYMLINK; in cifs_get_file_info()
1170 u32 tag = data->reparse.tag; in reparse_info_to_fattr()
1179 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
1180 data->reparse.io.iov.iov_base) { in reparse_info_to_fattr()
1181 iov = &data->reparse.io.iov; in reparse_info_to_fattr()
1185 data->reparse.tag = tag; in reparse_info_to_fattr()
1186 if (!data->reparse.tag) { in reparse_info_to_fattr()
1193 data->reparse.tag = IO_REPARSE_TAG_INTERNAL; in reparse_info_to_fattr()
1196 switch (data->reparse.tag) { in reparse_info_to_fattr()
1208 if (data->symlink_target || data->reparse.buf) { in reparse_info_to_fattr()
[all …]
H A Dcifsproto.h758 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.h265 } reparse; member
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcontext.c106 if ((!caps->nic_ft.reparse || in hws_context_check_hws_supp()
107 (!caps->fdb_ft.reparse && caps->eswitch_manager)) || in hws_context_check_hws_supp()
H A Ddebug.c316 caps->nic_ft.reparse, in hws_debug_dump_context_caps()
318 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-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dmlx5_ifc_dr_ste_v1.h122 u8 reparse[0x1]; member
153 u8 reparse[0x1]; member
179 u8 reparse[0x1]; member
H A Ddr_ste_v1.c254 MLX5_SET(ste_match_bwc_v1, hw_ste_p, reparse, 1); in dr_ste_v1_set_reparse()
/linux-6.15/fs/ntfs3/
H A Dsuper.c656 if (sbi->reparse.ni) { in ntfs3_put_sbi()
657 iput(&sbi->reparse.ni->vfs_inode); in ntfs3_put_sbi()
658 sbi->reparse.ni = NULL; in ntfs3_put_sbi()
675 indx_clear(&sbi->reparse.index_r); in ntfs3_put_sbi()
801 ni = sbi->reparse.ni; in ntfs_sync_fs()
1505 sbi->reparse.max_size = sz; in ntfs_fill_super()
H A Dfsntfs.c259 sbi->reparse.ni = ntfs_i(inode2); in ntfs_extend_init()
2262 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_reparse_init()
2263 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_reparse_init()
2355 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_insert_reparse()
2356 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_insert_reparse()
2385 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_remove_reparse()
2386 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_remove_reparse()
H A Dinode.c1095 if (*nsize > sbi->reparse.max_size) { in ntfs_create_reparse_buffer()
1349 fname->dup.ea_size = fname->dup.reparse = 0; in ntfs_create_inode()
1904 if (size > sbi->reparse.max_size || size <= sizeof(u32)) in ntfs_readlink_hlp()
H A Dntfs.h565 __le16 reparse; // 0x36: Used by Reparse. member
H A Dntfs_fs.h300 } reparse; member
H A Dfrecord.c3123 dup->reparse = 0; in ni_update_parent()
/linux-6.15/scripts/kconfig/
H A Dgconf.c1227 reparse: in update_tree()
1248 goto reparse; /* next child */ in update_tree()
1273 goto reparse; // next child in update_tree()
/linux-6.15/include/linux/mlx5/
H A Dmlx5_ifc.h492 u8 reparse[0x1]; member