fs_type          1688 source4/client/client.c 		d_printf("\tfs_type:                    %s\n", fsinfo.attribute_info.out.fs_type.s);
fs_type           128 source4/libcli/raw/clitree.c 		p += smbcli_req_pull_string(&req->in.bufinfo, mem_ctx, &parms->tconx.out.fs_type, 
fs_type           263 source4/libcli/raw/interfaces.h 			char *fs_type;
fs_type          1183 source4/libcli/raw/interfaces.h 			char *fs_type;
fs_type          1267 source4/libcli/raw/interfaces.h 			struct smb_wire_string fs_type;
fs_type           210 source4/libcli/raw/libcliraw.h 	char *fs_type;
fs_type           195 source4/libcli/raw/rawfsinfo.c 					&fsinfo->attribute_info.out.fs_type,
fs_type            78 source4/libcli/smb_composite/connect.c 	if (state->io_tcon->tconx.out.fs_type) {
fs_type            79 source4/libcli/smb_composite/connect.c 		io->out.tree->fs_type = talloc_strdup(io->out.tree, 
fs_type            80 source4/libcli/smb_composite/connect.c 						      state->io_tcon->tconx.out.fs_type);
fs_type           240 source4/ntvfs/cifs/vfs_cifs.c 	ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS");
fs_type           241 source4/ntvfs/cifs/vfs_cifs.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type);
fs_type            72 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS");
fs_type            73 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type);
fs_type           779 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	fs->generic.out.fs_type = ntvfs->ctx->fs_type;
fs_type           809 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	fs->generic.out.fs_type = talloc_strdup(req, "NTFS");
fs_type            96 source4/ntvfs/ipc/vfs_ipc.c 	ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "IPC");
fs_type            97 source4/ntvfs/ipc/vfs_ipc.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type);
fs_type           179 source4/ntvfs/ntvfs.h 	char *fs_type;
fs_type           662 source4/ntvfs/ntvfs_generic.c 		fs->attribute_info.out.fs_type.s = fs2->generic.out.fs_type;
fs_type           176 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->attribute_info.out.fs_type.s                 = ntvfs->ctx->fs_type;
fs_type           206 source4/ntvfs/posix/vfs_posix.c 	ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS");
fs_type           207 source4/ntvfs/posix/vfs_posix.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type);
fs_type            37 source4/ntvfs/print/vfs_print.c 	ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS");
fs_type            38 source4/ntvfs/print/vfs_print.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type);
fs_type            71 source4/ntvfs/simple/vfs_simple.c 	ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS");
fs_type            72 source4/ntvfs/simple/vfs_simple.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type);
fs_type           776 source4/ntvfs/simple/vfs_simple.c 	fs->generic.out.fs_type = ntvfs->ctx->fs_type;
fs_type           806 source4/ntvfs/simple/vfs_simple.c 	fs->generic.out.fs_type = talloc_strdup(req, "NTFS");
fs_type           249 source4/ntvfs/smb2/vfs_smb2.c 	ntvfs->ctx->fs_type = talloc_strdup(ntvfs->ctx, "NTFS");
fs_type           250 source4/ntvfs/smb2/vfs_smb2.c 	NT_STATUS_HAVE_NO_MEMORY(ntvfs->ctx->fs_type);
fs_type           246 source4/smb_server/blob.c 						     fsinfo->attribute_info.out.fs_type.s,
fs_type           147 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, con.tconx.out.fs_type, -1, STR_TERMINATE);
fs_type           209 source4/smb_server/smb/service.c 	con->tconx.out.fs_type = talloc_strdup(req, req->tcon->ntvfs->fs_type);
fs_type           113 source4/torture/basic/properties.c 		d_printf("fstype: %s\n", fs.attribute_info.out.fs_type.s);
fs_type           191 source4/torture/raw/qfsinfo.c 		STR_EQUAL(attribute_info, fs_type.s, attribute_info, fs_type.s);
fs_type           192 source4/torture/raw/qfsinfo.c 		torture_comment(torture, "attribute_info.fs_type = '%s'\n", s1->attribute_info.out.fs_type.s);
fs_type           292 source4/torture/raw/qfsinfo.c 	STR_CHECK("ATTRIBUTE_INFO",        attribute_info, fs_type, STR_UNICODE);
fs_type           293 source4/torture/raw/qfsinfo.c 	STR_CHECK("ATTRIBUTE_INFORMATION", attribute_info, fs_type, STR_UNICODE);