fs 199 source3/client/mount.cifs.c FILE * fs;
fs 206 source3/client/mount.cifs.c fs = fopen(file_name,"r");
fs 207 source3/client/mount.cifs.c if(fs == NULL)
fs 211 source3/client/mount.cifs.c fclose(fs);
fs 215 source3/client/mount.cifs.c while(fgets(line_buf,4096,fs)) {
fs 306 source3/client/mount.cifs.c fclose(fs);
fs 46 source3/lib/sysquotas.c static int sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs)
fs 56 source3/lib/sysquotas.c if (!path||!mntpath||!bdev||!fs)
fs 61 source3/lib/sysquotas.c (*fs) = NULL;
fs 80 source3/lib/sysquotas.c (*fs) = SMB_STRDUP(mnt->mnt_type);
fs 81 source3/lib/sysquotas.c if ((*mntpath)&&(*bdev)&&(*fs)) {
fs 86 source3/lib/sysquotas.c SAFE_FREE(*fs);
fs 102 source3/lib/sysquotas.c static int sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs)
fs 108 source3/lib/sysquotas.c if (!path||!mntpath||!bdev||!fs)
fs 113 source3/lib/sysquotas.c (*fs) = NULL;
fs 146 source3/lib/sysquotas.c static int sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs)
fs 150 source3/lib/sysquotas.c if (!path||!mntpath||!bdev||!fs)
fs 155 source3/lib/sysquotas.c (*fs) = NULL;
fs 414 source3/lib/sysquotas.c char *fs = NULL;
fs 425 source3/lib/sysquotas.c if ((ret=sys_path_to_bdev(path,&mntpath,&bdev,&fs))!=0) {
fs 433 source3/lib/sysquotas.c for (i=0;(fs && sys_quota_backends[i].name && sys_quota_backends[i].get_quota);i++) {
fs 434 source3/lib/sysquotas.c if (strcmp(fs,sys_quota_backends[i].name)==0) {
fs 438 source3/lib/sysquotas.c fs,mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid),strerror(errno)));
fs 441 source3/lib/sysquotas.c fs,mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid)));
fs 462 source3/lib/sysquotas.c SAFE_FREE(fs);
fs 479 source3/lib/sysquotas.c char *fs = NULL;
fs 492 source3/lib/sysquotas.c if ((ret=sys_path_to_bdev(path,&mntpath,&bdev,&fs))!=0) {
fs 500 source3/lib/sysquotas.c for (i=0;(fs && sys_quota_backends[i].name && sys_quota_backends[i].set_quota);i++) {
fs 501 source3/lib/sysquotas.c if (strcmp(fs,sys_quota_backends[i].name)==0) {
fs 505 source3/lib/sysquotas.c fs,mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid),strerror(errno)));
fs 508 source3/lib/sysquotas.c fs,mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid)));
fs 529 source3/lib/sysquotas.c SAFE_FREE(fs);
fs 424 source3/lib/util_str.c char fs[2], bs[2];
fs 426 source3/lib/util_str.c fs[0] = cfront;
fs 427 source3/lib/util_str.c fs[1] = '\0';
fs 431 source3/lib/util_str.c return trim_string(s, cfront ? fs : NULL, bs);
fs 102 source4/heimdal/lib/asn1/gen_copy.c char *fs;
fs 113 source4/heimdal/lib/asn1/gen_copy.c asprintf (&fs, "%s(%s)->%s%s",
fs 116 source4/heimdal/lib/asn1/gen_copy.c if (fs == NULL)
fs 124 source4/heimdal/lib/asn1/gen_copy.c fprintf(codefile, "if(%s) {\n", fs);
fs 129 source4/heimdal/lib/asn1/gen_copy.c copy_type (fs, ts, m->type, FALSE);
fs 134 source4/heimdal/lib/asn1/gen_copy.c free (fs);
fs 944 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req, union smb_fsinfo *fs)
fs 952 source4/ntvfs/cifs/vfs_cifs.c return smb_raw_fsinfo(p->tree, req, fs);
fs 955 source4/ntvfs/cifs/vfs_cifs.c c_req = smb_raw_fsinfo_send(p->tree, req, fs);
fs 957 source4/ntvfs/cifs/vfs_cifs.c ASYNC_RECV_TAIL(fs, async_fsinfo);
fs 747 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct ntvfs_request *req, union smb_fsinfo *fs)
fs 752 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (fs->generic.level != RAW_QFS_GENERIC) {
fs 753 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c return ntvfs_map_fsinfo(ntvfs, req, fs);
fs 757 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c &fs->generic.out.blocks_free,
fs 758 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c &fs->generic.out.blocks_total) == -1) {
fs 762 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.block_size = 512;
fs 768 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.fs_id = st.st_ino;
fs 769 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c unix_to_nt_time(&fs->generic.out.create_time, st.st_ctime);
fs 770 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.serial_number = st.st_ino;
fs 771 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.fs_attr = 0;
fs 772 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.max_file_component_length = 255;
fs 773 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.device_type = 0;
fs 774 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.device_characteristics = 0;
fs 775 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.quota_soft = 0;
fs 776 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.quota_hard = 0;
fs 777 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.quota_flags = 0;
fs 778 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.volume_name = talloc_strdup(req, ntvfs->ctx->config->name);
fs 779 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.fs_type = ntvfs->ctx->fs_type;
fs 789 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct ntvfs_request *req, union smb_fsattr *fs)
fs 794 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (fs->generic.level != RAW_FSATTR_GENERIC) {
fs 795 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c return ntvfs_map_fsattr(ntvfs, req, fs);
fs 802 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c unix_to_nt_time(&fs->generic.out.create_time, st.st_ctime);
fs 803 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.fs_attr =
fs 807 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.max_file_component_length = 255;
fs 808 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.serial_number = 1;
fs 809 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.fs_type = talloc_strdup(req, "NTFS");
fs 810 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c fs->generic.out.volume_name = talloc_strdup(req,
fs 653 source4/ntvfs/ipc/vfs_ipc.c struct ntvfs_request *req, union smb_fsinfo *fs)
fs 772 source4/ntvfs/nbench/vfs_nbench.c union smb_fsinfo *fs = req->async_states->private_data;
fs 775 source4/ntvfs/nbench/vfs_nbench.c fs->generic.level,
fs 782 source4/ntvfs/nbench/vfs_nbench.c struct ntvfs_request *req, union smb_fsinfo *fs)
fs 786 source4/ntvfs/nbench/vfs_nbench.c PASS_THRU_REQ(ntvfs, req, fsinfo, fs, (ntvfs, req, fs));
fs 63 source4/ntvfs/ntvfs.h union smb_fsinfo *fs);
fs 567 source4/ntvfs/ntvfs_generic.c union smb_fsinfo *fs)
fs 577 source4/ntvfs/ntvfs_generic.c if (fs->generic.level == RAW_QFS_GENERIC) {
fs 593 source4/ntvfs/ntvfs_generic.c switch (fs->generic.level) {
fs 608 source4/ntvfs/ntvfs_generic.c fs->dskattr.out.blocks_per_unit = bpunit;
fs 609 source4/ntvfs/ntvfs_generic.c fs->dskattr.out.block_size = 512;
fs 610 source4/ntvfs/ntvfs_generic.c fs->dskattr.out.units_total =
fs 612 source4/ntvfs/ntvfs_generic.c fs->dskattr.out.units_free =
fs 617 source4/ntvfs/ntvfs_generic.c fs->dskattr.out.blocks_per_unit = 64;
fs 618 source4/ntvfs/ntvfs_generic.c fs->dskattr.out.units_total = 0xFFFF;
fs 619 source4/ntvfs/ntvfs_generic.c fs->dskattr.out.units_free = 0xFFFF;
fs 625 source4/ntvfs/ntvfs_generic.c fs->allocation.out.fs_id = fs2->generic.out.fs_id;
fs 626 source4/ntvfs/ntvfs_generic.c fs->allocation.out.total_alloc_units = fs2->generic.out.blocks_total;
fs 627 source4/ntvfs/ntvfs_generic.c fs->allocation.out.avail_alloc_units = fs2->generic.out.blocks_free;
fs 628 source4/ntvfs/ntvfs_generic.c fs->allocation.out.sectors_per_unit = 1;
fs 629 source4/ntvfs/ntvfs_generic.c fs->allocation.out.bytes_per_sector = fs2->generic.out.block_size;
fs 633 source4/ntvfs/ntvfs_generic.c fs->volume.out.serial_number = fs2->generic.out.serial_number;
fs 634 source4/ntvfs/ntvfs_generic.c fs->volume.out.volume_name.s = fs2->generic.out.volume_name;
fs 639 source4/ntvfs/ntvfs_generic.c fs->volume_info.out.create_time = fs2->generic.out.create_time;
fs 640 source4/ntvfs/ntvfs_generic.c fs->volume_info.out.serial_number = fs2->generic.out.serial_number;
fs 641 source4/ntvfs/ntvfs_generic.c fs->volume_info.out.volume_name.s = fs2->generic.out.volume_name;
fs 646 source4/ntvfs/ntvfs_generic.c fs->size_info.out.total_alloc_units = fs2->generic.out.blocks_total;
fs 647 source4/ntvfs/ntvfs_generic.c fs->size_info.out.avail_alloc_units = fs2->generic.out.blocks_free;
fs 648 source4/ntvfs/ntvfs_generic.c fs->size_info.out.sectors_per_unit = 1;
fs 649 source4/ntvfs/ntvfs_generic.c fs->size_info.out.bytes_per_sector = fs2->generic.out.block_size;
fs 654 source4/ntvfs/ntvfs_generic.c fs->device_info.out.device_type = fs2->generic.out.device_type;
fs 655 source4/ntvfs/ntvfs_generic.c fs->device_info.out.characteristics = fs2->generic.out.device_characteristics;
fs 660 source4/ntvfs/ntvfs_generic.c fs->attribute_info.out.fs_attr = fs2->generic.out.fs_attr;
fs 661 source4/ntvfs/ntvfs_generic.c fs->attribute_info.out.max_file_component_length = fs2->generic.out.max_file_component_length;
fs 662 source4/ntvfs/ntvfs_generic.c fs->attribute_info.out.fs_type.s = fs2->generic.out.fs_type;
fs 666 source4/ntvfs/ntvfs_generic.c ZERO_STRUCT(fs->quota_information.out.unknown);
fs 667 source4/ntvfs/ntvfs_generic.c fs->quota_information.out.quota_soft = fs2->generic.out.quota_soft;
fs 668 source4/ntvfs/ntvfs_generic.c fs->quota_information.out.quota_hard = fs2->generic.out.quota_hard;
fs 669 source4/ntvfs/ntvfs_generic.c fs->quota_information.out.quota_flags = fs2->generic.out.quota_flags;
fs 673 source4/ntvfs/ntvfs_generic.c fs->full_size_information.out.total_alloc_units = fs2->generic.out.blocks_total;
fs 674 source4/ntvfs/ntvfs_generic.c fs->full_size_information.out.call_avail_alloc_units = fs2->generic.out.blocks_free;
fs 675 source4/ntvfs/ntvfs_generic.c fs->full_size_information.out.actual_avail_alloc_units = fs2->generic.out.blocks_free;
fs 676 source4/ntvfs/ntvfs_generic.c fs->full_size_information.out.sectors_per_unit = 1;
fs 677 source4/ntvfs/ntvfs_generic.c fs->full_size_information.out.bytes_per_sector = fs2->generic.out.block_size;
fs 681 source4/ntvfs/ntvfs_generic.c fs->objectid_information.out.guid = fs2->generic.out.guid;
fs 682 source4/ntvfs/ntvfs_generic.c ZERO_STRUCT(fs->objectid_information.out.unknown);
fs 59 source4/ntvfs/ntvfs_interface.c NTSTATUS ntvfs_fsinfo(struct ntvfs_request *req, union smb_fsinfo *fs)
fs 65 source4/ntvfs/ntvfs_interface.c return ntvfs->ops->fsinfo(ntvfs, req, fs);
fs 368 source4/ntvfs/ntvfs_interface.c union smb_fsinfo *fs)
fs 373 source4/ntvfs/ntvfs_interface.c return ntvfs->next->ops->fsinfo(ntvfs->next, req, fs);
fs 85 source4/ntvfs/posix/pvfs_fsinfo.c struct ntvfs_request *req, union smb_fsinfo *fs)
fs 96 source4/ntvfs/posix/pvfs_fsinfo.c switch (fs->generic.level) {
fs 114 source4/ntvfs/posix/pvfs_fsinfo.c switch (fs->generic.level) {
fs 125 source4/ntvfs/posix/pvfs_fsinfo.c fs->dskattr.out.blocks_per_unit = bpunit;
fs 126 source4/ntvfs/posix/pvfs_fsinfo.c fs->dskattr.out.block_size = block_size;
fs 127 source4/ntvfs/posix/pvfs_fsinfo.c fs->dskattr.out.units_total = (blocks_total * (double)block_size) / (bpunit * 512);
fs 128 source4/ntvfs/posix/pvfs_fsinfo.c fs->dskattr.out.units_free = (blocks_free * (double)block_size) / (bpunit * 512);
fs 132 source4/ntvfs/posix/pvfs_fsinfo.c fs->dskattr.out.blocks_per_unit = 64;
fs 133 source4/ntvfs/posix/pvfs_fsinfo.c fs->dskattr.out.units_total = 0xFFFF;
fs 134 source4/ntvfs/posix/pvfs_fsinfo.c fs->dskattr.out.units_free = 0xFFFF;
fs 139 source4/ntvfs/posix/pvfs_fsinfo.c fs->allocation.out.fs_id = st.st_dev;
fs 140 source4/ntvfs/posix/pvfs_fsinfo.c fs->allocation.out.total_alloc_units = blocks_total;
fs 141 source4/ntvfs/posix/pvfs_fsinfo.c fs->allocation.out.avail_alloc_units = blocks_free;
fs 142 source4/ntvfs/posix/pvfs_fsinfo.c fs->allocation.out.sectors_per_unit = 1;
fs 143 source4/ntvfs/posix/pvfs_fsinfo.c fs->allocation.out.bytes_per_sector = block_size;
fs 147 source4/ntvfs/posix/pvfs_fsinfo.c fs->volume.out.serial_number = st.st_ino;
fs 148 source4/ntvfs/posix/pvfs_fsinfo.c fs->volume.out.volume_name.s = pvfs->share_name;
fs 153 source4/ntvfs/posix/pvfs_fsinfo.c unix_to_nt_time(&fs->volume_info.out.create_time, st.st_ctime);
fs 154 source4/ntvfs/posix/pvfs_fsinfo.c fs->volume_info.out.serial_number = st.st_ino;
fs 155 source4/ntvfs/posix/pvfs_fsinfo.c fs->volume_info.out.volume_name.s = pvfs->share_name;
fs 160 source4/ntvfs/posix/pvfs_fsinfo.c fs->size_info.out.total_alloc_units = blocks_total;
fs 161 source4/ntvfs/posix/pvfs_fsinfo.c fs->size_info.out.avail_alloc_units = blocks_free;
fs 162 source4/ntvfs/posix/pvfs_fsinfo.c fs->size_info.out.sectors_per_unit = 1;
fs 163 source4/ntvfs/posix/pvfs_fsinfo.c fs->size_info.out.bytes_per_sector = block_size;
fs 168 source4/ntvfs/posix/pvfs_fsinfo.c fs->device_info.out.device_type = 0;
fs 169 source4/ntvfs/posix/pvfs_fsinfo.c fs->device_info.out.characteristics = 0;
fs 174 source4/ntvfs/posix/pvfs_fsinfo.c fs->attribute_info.out.fs_attr = pvfs->fs_attribs;
fs 175 source4/ntvfs/posix/pvfs_fsinfo.c fs->attribute_info.out.max_file_component_length = 255;
fs 176 source4/ntvfs/posix/pvfs_fsinfo.c fs->attribute_info.out.fs_type.s = ntvfs->ctx->fs_type;
fs 180 source4/ntvfs/posix/pvfs_fsinfo.c ZERO_STRUCT(fs->quota_information.out.unknown);
fs 181 source4/ntvfs/posix/pvfs_fsinfo.c fs->quota_information.out.quota_soft = 0;
fs 182 source4/ntvfs/posix/pvfs_fsinfo.c fs->quota_information.out.quota_hard = 0;
fs 183 source4/ntvfs/posix/pvfs_fsinfo.c fs->quota_information.out.quota_flags = 0;
fs 187 source4/ntvfs/posix/pvfs_fsinfo.c fs->full_size_information.out.total_alloc_units = blocks_total;
fs 188 source4/ntvfs/posix/pvfs_fsinfo.c fs->full_size_information.out.call_avail_alloc_units = blocks_free;
fs 189 source4/ntvfs/posix/pvfs_fsinfo.c fs->full_size_information.out.actual_avail_alloc_units = blocks_free;
fs 190 source4/ntvfs/posix/pvfs_fsinfo.c fs->full_size_information.out.sectors_per_unit = 1;
fs 191 source4/ntvfs/posix/pvfs_fsinfo.c fs->full_size_information.out.bytes_per_sector = block_size;
fs 195 source4/ntvfs/posix/pvfs_fsinfo.c ZERO_STRUCT(fs->objectid_information.out.guid);
fs 196 source4/ntvfs/posix/pvfs_fsinfo.c ZERO_STRUCT(fs->objectid_information.out.unknown);
fs 201 source4/ntvfs/posix/pvfs_fsinfo.c fs->objectid_information.out.guid = *pvfs->base_fs_uuid;
fs 744 source4/ntvfs/simple/vfs_simple.c struct ntvfs_request *req, union smb_fsinfo *fs)
fs 749 source4/ntvfs/simple/vfs_simple.c if (fs->generic.level != RAW_QFS_GENERIC) {
fs 750 source4/ntvfs/simple/vfs_simple.c return ntvfs_map_fsinfo(ntvfs, req, fs);
fs 754 source4/ntvfs/simple/vfs_simple.c &fs->generic.out.blocks_free,
fs 755 source4/ntvfs/simple/vfs_simple.c &fs->generic.out.blocks_total) == -1) {
fs 759 source4/ntvfs/simple/vfs_simple.c fs->generic.out.block_size = 512;
fs 765 source4/ntvfs/simple/vfs_simple.c fs->generic.out.fs_id = st.st_ino;
fs 766 source4/ntvfs/simple/vfs_simple.c unix_to_nt_time(&fs->generic.out.create_time, st.st_ctime);
fs 767 source4/ntvfs/simple/vfs_simple.c fs->generic.out.serial_number = st.st_ino;
fs 768 source4/ntvfs/simple/vfs_simple.c fs->generic.out.fs_attr = 0;
fs 769 source4/ntvfs/simple/vfs_simple.c fs->generic.out.max_file_component_length = 255;
fs 770 source4/ntvfs/simple/vfs_simple.c fs->generic.out.device_type = 0;
fs 771 source4/ntvfs/simple/vfs_simple.c fs->generic.out.device_characteristics = 0;
fs 772 source4/ntvfs/simple/vfs_simple.c fs->generic.out.quota_soft = 0;
fs 773 source4/ntvfs/simple/vfs_simple.c fs->generic.out.quota_hard = 0;
fs 774 source4/ntvfs/simple/vfs_simple.c fs->generic.out.quota_flags = 0;
fs 775 source4/ntvfs/simple/vfs_simple.c fs->generic.out.volume_name = talloc_strdup(req, ntvfs->ctx->config->name);
fs 776 source4/ntvfs/simple/vfs_simple.c fs->generic.out.fs_type = ntvfs->ctx->fs_type;
fs 786 source4/ntvfs/simple/vfs_simple.c struct ntvfs_request *req, union smb_fsattr *fs)
fs 791 source4/ntvfs/simple/vfs_simple.c if (fs->generic.level != RAW_FSATTR_GENERIC) {
fs 792 source4/ntvfs/simple/vfs_simple.c return ntvfs_map_fsattr(ntvfs, req, fs);
fs 799 source4/ntvfs/simple/vfs_simple.c unix_to_nt_time(&fs->generic.out.create_time, st.st_ctime);
fs 800 source4/ntvfs/simple/vfs_simple.c fs->generic.out.fs_attr =
fs 804 source4/ntvfs/simple/vfs_simple.c fs->generic.out.max_file_component_length = 255;
fs 805 source4/ntvfs/simple/vfs_simple.c fs->generic.out.serial_number = 1;
fs 806 source4/ntvfs/simple/vfs_simple.c fs->generic.out.fs_type = talloc_strdup(req, "NTFS");
fs 807 source4/ntvfs/simple/vfs_simple.c fs->generic.out.volume_name = talloc_strdup(req,
fs 629 source4/ntvfs/smb2/vfs_smb2.c struct ntvfs_request *req, union smb_fsinfo *fs)
fs 633 source4/ntvfs/smb2/vfs_smb2.c enum smb_fsinfo_level level = fs->generic.level;
fs 665 source4/ntvfs/smb2/vfs_smb2.c (unsigned)fs->generic.level));
fs 669 source4/ntvfs/smb2/vfs_smb2.c fs->generic.level = level;
fs 670 source4/ntvfs/smb2/vfs_smb2.c fs->generic.handle = p->roothandle;
fs 672 source4/ntvfs/smb2/vfs_smb2.c c_req = smb2_getinfo_fs_send(p->tree, fs);
fs 674 source4/ntvfs/smb2/vfs_smb2.c ASYNC_RECV_TAIL(fs, async_fsinfo);
fs 594 source4/ntvfs/unixuid/vfs_unixuid.c struct ntvfs_request *req, union smb_fsinfo *fs)
fs 598 source4/ntvfs/unixuid/vfs_unixuid.c PASS_THRU_REQ(ntvfs, req, fsinfo, (ntvfs, req, fs));
fs 310 source4/smb_server/smb/reply.c union smb_fsinfo *fs;
fs 312 source4/smb_server/smb/reply.c SMBSRV_CHECK_ASYNC_STATUS(fs, union smb_fsinfo);
fs 317 source4/smb_server/smb/reply.c SSVAL(req->out.vwv, VWV(0), fs->dskattr.out.units_total);
fs 318 source4/smb_server/smb/reply.c SSVAL(req->out.vwv, VWV(1), fs->dskattr.out.blocks_per_unit);
fs 319 source4/smb_server/smb/reply.c SSVAL(req->out.vwv, VWV(2), fs->dskattr.out.block_size);
fs 320 source4/smb_server/smb/reply.c SSVAL(req->out.vwv, VWV(3), fs->dskattr.out.units_free);
fs 333 source4/smb_server/smb/reply.c union smb_fsinfo *fs;
fs 335 source4/smb_server/smb/reply.c SMBSRV_TALLOC_IO_PTR(fs, union smb_fsinfo);
fs 338 source4/smb_server/smb/reply.c fs->dskattr.level = RAW_QFS_DSKATTR;
fs 340 source4/smb_server/smb/reply.c SMBSRV_CALL_NTVFS_BACKEND(ntvfs_fsinfo(req->ntvfs, fs));
fs 95 source4/torture/basic/properties.c union smb_fsinfo fs;
fs 102 source4/torture/basic/properties.c fs.attribute_info.level = RAW_QFS_ATTRIBUTE_INFO;
fs 103 source4/torture/basic/properties.c status = smb_raw_fsinfo(cli->tree, cli, &fs);
fs 109 source4/torture/basic/properties.c fs.attribute_info.out.fs_attr);
fs 110 source4/torture/basic/properties.c show_bits(fs_attr_bits, fs.attribute_info.out.fs_attr);
fs 112 source4/torture/basic/properties.c fs.attribute_info.out.max_file_component_length);
fs 113 source4/torture/basic/properties.c d_printf("fstype: %s\n", fs.attribute_info.out.fs_type.s);