Searched refs:reparse (Results 1 – 11 of 11) sorted by relevance
| /fs/smb/client/ |
| A D | smb2inode.c | 803 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() 1079 if (data->reparse.tag != IO_REPARSE_TAG_LX_BLK && in smb2_query_path_info() 1080 data->reparse.tag != IO_REPARSE_TAG_LX_CHR) in smb2_query_path_info() 1432 *tag = data.reparse.tag; in smb2_query_reparse_point() 1433 *rsp = data.reparse.io.iov; in smb2_query_reparse_point() 1434 *rsp_buftype = data.reparse.io.buftype; in smb2_query_reparse_point() 1435 memset(&data.reparse.io.iov, 0, sizeof(data.reparse.io.iov)); in smb2_query_reparse_point() [all …]
|
| A D | reparse.c | 82 .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() 1068 data->reparse.buf = buf; in parse_reparse_point() 1178 struct reparse_nfs_data_buffer *buf = (struct reparse_nfs_data_buffer *)data->reparse.buf; in posix_reparse_to_fattr() 1225 u32 tag = data->reparse.tag; in cifs_reparse_point_to_fattr()
|
| A D | inode.c | 994 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 …]
|
| A D | Makefile | 15 namespace.o reparse.o
|
| A D | cifsproto.h | 781 free_rsp_buf(data->reparse.io.buftype, data->reparse.io.iov.iov_base); in cifs_free_open_info()
|
| A D | readdir.c | 179 .reparse = { .tag = fattr->cf_cifstag, }, in cifs_fill_common_info()
|
| A D | cifsglob.h | 265 } reparse; member
|
| /fs/ntfs3/ |
| A D | super.c | 656 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() 1506 sbi->reparse.max_size = sz; in ntfs_fill_super()
|
| A D | fsntfs.c | 259 sbi->reparse.ni = ntfs_i(inode2); in ntfs_extend_init() 2266 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_reparse_init() 2267 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_reparse_init() 2359 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_insert_reparse() 2360 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_insert_reparse() 2389 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_remove_reparse() 2390 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_remove_reparse()
|
| A D | inode.c | 1115 if (*nsize > sbi->reparse.max_size) { in ntfs_create_reparse_buffer() 1934 if (size > sbi->reparse.max_size || size <= sizeof(u32)) in ntfs_readlink_hlp()
|
| A D | ntfs_fs.h | 300 } reparse; member
|
Completed in 41 milliseconds