Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2inode.c769 idata->reparse.io.iov = *iov; in smb2_compound_op()
770 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op()
777 idata->reparse.tag = le32_to_cpu(rbuf->ReparseTag); in smb2_compound_op()
865 data->reparse.tag = tag; in parse_create_response()
988 if (data->reparse.tag != IO_REPARSE_TAG_SYMLINK) in smb2_query_path_info()
1005 if (data->reparse.tag != IO_REPARSE_TAG_LX_BLK && in smb2_query_path_info()
1006 data->reparse.tag != IO_REPARSE_TAG_LX_CHR) in smb2_query_path_info()
1345 *tag = data.reparse.tag; in smb2_query_reparse_point()
1346 *rsp = data.reparse.io.iov; in smb2_query_reparse_point()
1347 *rsp_buftype = data.reparse.io.buftype; in smb2_query_reparse_point()
[all …]
H A Dreparse.c47 .reparse = { .tag = IO_REPARSE_TAG_SYMLINK, }, in smb2_create_reparse_symlink()
297 .reparse = { .tag = IO_REPARSE_TAG_NFS, .posix = p, }, in mknod_nfs()
438 .reparse = { .tag = le32_to_cpu(buf.ReparseTag), .buf = &buf, }, in mknod_wsl()
638 data->reparse.buf = buf; in parse_reparse_point()
749 struct reparse_posix_data *buf = data->reparse.posix; in posix_reparse_to_fattr()
797 u32 tag = data->reparse.tag; in cifs_reparse_point_to_fattr()
H A DMakefile15 namespace.o reparse.o
H A Dinode.c911 data.reparse.tag = IO_REPARSE_TAG_SYMLINK; in cifs_get_file_info()
1087 u32 tag = data->reparse.tag; in reparse_info_to_fattr()
1096 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
1097 data->reparse.io.iov.iov_base) { in reparse_info_to_fattr()
1098 iov = &data->reparse.io.iov; in reparse_info_to_fattr()
1102 data->reparse.tag = tag; in reparse_info_to_fattr()
1103 if (!data->reparse.tag) { in reparse_info_to_fattr()
1110 data->reparse.tag = IO_REPARSE_TAG_INTERNAL; in reparse_info_to_fattr()
1113 switch (data->reparse.tag) { in reparse_info_to_fattr()
1129 if (data->symlink_target || data->reparse.buf) { in reparse_info_to_fattr()
[all …]
H A Dcifsproto.h780 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.h228 } reparse; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
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.c384 MLX5_SET(ste_match_bwc_v1, hw_ste_p, reparse, 1); in dr_ste_v1_set_reparse()
/openbmc/linux/fs/ntfs3/
H A Dsuper.c601 if (sbi->reparse.ni) { in ntfs3_put_sbi()
602 iput(&sbi->reparse.ni->vfs_inode); in ntfs3_put_sbi()
603 sbi->reparse.ni = NULL; in ntfs3_put_sbi()
620 indx_clear(&sbi->reparse.index_r); in ntfs3_put_sbi()
754 ni = sbi->reparse.ni; in ntfs_sync_fs()
1455 sbi->reparse.max_size = MAXIMUM_REPARSE_DATA_BUFFER_SIZE; in ntfs_fill_super()
1466 sbi->reparse.max_size = sz; in ntfs_fill_super()
H A Dfsntfs.c259 sbi->reparse.ni = ntfs_i(inode2); in ntfs_extend_init()
2286 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_reparse_init()
2287 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_reparse_init()
2379 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_insert_reparse()
2380 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_insert_reparse()
2409 struct ntfs_inode *ni = sbi->reparse.ni; in ntfs_remove_reparse()
2410 struct ntfs_index *indx = &sbi->reparse.index_r; in ntfs_remove_reparse()
H A Dinode.c1167 if (*nsize > sbi->reparse.max_size) { in ntfs_create_reparse_buffer()
1419 fname->dup.ea_size = fname->dup.reparse = 0; in ntfs_create_inode()
1970 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.c3178 dup->reparse = 0; in ni_update_parent()
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass65 # Force a reparse if anything in the index changes.
/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c1266 reparse: in update_tree()
1293 goto reparse; /* next child */ in update_tree()
1318 goto reparse; // next child in update_tree()
/openbmc/linux/scripts/kconfig/
H A Dgconf.c1263 reparse: in update_tree()
1290 goto reparse; /* next child */ in update_tree()
1315 goto reparse; // next child in update_tree()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py230 reparse = 0
235 reparse = 1
242 reparse = 1
244 if reparse:
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst106 1) existing symbolic links (Windows reparse points) are recognized but
/openbmc/linux/fs/ntfs/
H A Dlayout.h2253 REPARSE_INDEX_KEY reparse; /* $R index in member
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass367 # We want to be able to set this without a full reparse
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py2364 def reparse(self, filename): member in CookerParser
/openbmc/qemu/qapi/
H A Dblock-core.json1744 # cause QEMU to reopen the image file to reparse the backing filename
/openbmc/linux/
H A Dopengrok1.0.log[all...]