sio 91 source3/modules/vfs_streams_xattr.c static bool streams_xattr_recheck(struct stream_io *sio)
sio 98 source3/modules/vfs_streams_xattr.c if (sio->fsp->fsp_name == sio->fsp_name_ptr) {
sio 102 source3/modules/vfs_streams_xattr.c status = split_ntfs_stream_name(talloc_tos(), sio->fsp->fsp_name,
sio 120 source3/modules/vfs_streams_xattr.c TALLOC_FREE(sio->xattr_name);
sio 121 source3/modules/vfs_streams_xattr.c TALLOC_FREE(sio->base);
sio 122 source3/modules/vfs_streams_xattr.c sio->xattr_name = talloc_strdup(VFS_MEMCTX_FSP_EXTENSION(sio->handle, sio->fsp),
sio 124 source3/modules/vfs_streams_xattr.c sio->base = talloc_strdup(VFS_MEMCTX_FSP_EXTENSION(sio->handle, sio->fsp),
sio 126 source3/modules/vfs_streams_xattr.c sio->fsp_name_ptr = sio->fsp->fsp_name;
sio 128 source3/modules/vfs_streams_xattr.c if ((sio->xattr_name == NULL) || (sio->base == NULL)) {
sio 285 source3/modules/vfs_streams_xattr.c struct stream_io *sio;
sio 414 source3/modules/vfs_streams_xattr.c sio = (struct stream_io *)VFS_ADD_FSP_EXTENSION(handle, fsp,
sio 417 source3/modules/vfs_streams_xattr.c if (sio == NULL) {
sio 422 source3/modules/vfs_streams_xattr.c sio->xattr_name = talloc_strdup(VFS_MEMCTX_FSP_EXTENSION(handle, fsp),
sio 424 source3/modules/vfs_streams_xattr.c sio->base = talloc_strdup(VFS_MEMCTX_FSP_EXTENSION(handle, fsp),
sio 426 source3/modules/vfs_streams_xattr.c sio->fsp_name_ptr = fsp->fsp_name;
sio 427 source3/modules/vfs_streams_xattr.c sio->handle = handle;
sio 428 source3/modules/vfs_streams_xattr.c sio->fsp = fsp;
sio 430 source3/modules/vfs_streams_xattr.c if ((sio->xattr_name == NULL) || (sio->base == NULL)) {
sio 784 source3/modules/vfs_streams_xattr.c struct stream_io *sio =
sio 792 source3/modules/vfs_streams_xattr.c if (sio == NULL) {
sio 796 source3/modules/vfs_streams_xattr.c if (!streams_xattr_recheck(sio)) {
sio 801 source3/modules/vfs_streams_xattr.c sio->base, sio->xattr_name, &ea);
sio 826 source3/modules/vfs_streams_xattr.c sio->xattr_name,
sio 830 source3/modules/vfs_streams_xattr.c sio->xattr_name,
sio 846 source3/modules/vfs_streams_xattr.c struct stream_io *sio =
sio 852 source3/modules/vfs_streams_xattr.c if (sio == NULL) {
sio 856 source3/modules/vfs_streams_xattr.c if (!streams_xattr_recheck(sio)) {
sio 861 source3/modules/vfs_streams_xattr.c sio->base, sio->xattr_name, &ea);
sio 888 source3/modules/vfs_streams_xattr.c struct stream_io *sio =
sio 895 source3/modules/vfs_streams_xattr.c if (sio == NULL) {
sio 899 source3/modules/vfs_streams_xattr.c if (!streams_xattr_recheck(sio)) {
sio 904 source3/modules/vfs_streams_xattr.c sio->base, sio->xattr_name, &ea);
sio 930 source3/modules/vfs_streams_xattr.c sio->xattr_name,
sio 934 source3/modules/vfs_streams_xattr.c sio->xattr_name,