/openbmc/linux/fs/smb/client/ |
H A D | smb2inode.c | 769 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 D | reparse.c | 47 .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 D | Makefile | 15 namespace.o reparse.o
|
H A D | inode.c | 911 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 D | cifsproto.h | 780 free_rsp_buf(data->reparse.io.buftype, data->reparse.io.iov.iov_base); in cifs_free_open_info()
|
H A D | readdir.c | 178 .reparse = { .tag = fattr->cf_cifstag, }, in cifs_fill_common_info()
|
H A D | cifsglob.h | 228 } reparse; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | mlx5_ifc_dr_ste_v1.h | 122 u8 reparse[0x1]; member 153 u8 reparse[0x1]; member 179 u8 reparse[0x1]; member
|
H A D | dr_ste_v1.c | 384 MLX5_SET(ste_match_bwc_v1, hw_ste_p, reparse, 1); in dr_ste_v1_set_reparse()
|
/openbmc/linux/fs/ntfs3/ |
H A D | super.c | 601 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 D | fsntfs.c | 259 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 D | inode.c | 1167 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 D | ntfs.h | 565 __le16 reparse; // 0x36: Used by Reparse. member
|
H A D | ntfs_fs.h | 300 } reparse; member
|
H A D | frecord.c | 3178 dup->reparse = 0; in ni_update_parent()
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | gitver.bbclass | 65 # Force a reparse if anything in the index changes.
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | gconf.c | 1266 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 D | gconf.c | 1263 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__.py | 230 reparse = 0 235 reparse = 1 242 reparse = 1 244 if reparse:
|
/openbmc/linux/Documentation/admin-guide/cifs/ |
H A D | todo.rst | 106 1) existing symbolic links (Windows reparse points) are recognized but
|
/openbmc/linux/fs/ntfs/ |
H A D | layout.h | 2253 REPARSE_INDEX_KEY reparse; /* $R index in member
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_ext.bbclass | 367 # We want to be able to set this without a full reparse
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cooker.py | 2364 def reparse(self, filename): member in CookerParser
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 1744 # cause QEMU to reopen the image file to reparse the backing filename
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |