mnt_fstype        624 source3/smbd/quotas.c 			strcmp( mnt.mnt_fstype, MNTTYPE_UFS ) == 0 ||
mnt_fstype        625 source3/smbd/quotas.c 			strcmp( mnt.mnt_fstype, "nfs" ) == 0    ||
mnt_fstype        626 source3/smbd/quotas.c 			strcmp( mnt.mnt_fstype, "vxfs" ) == 0 )) {
mnt_fstype        668 source3/smbd/quotas.c 	if (strcmp(mnt.mnt_fstype, "nfs") == 0) {
mnt_fstype        702 source3/smbd/quotas.c 		DEBUG(5,("disk_quotas: mount type \"%s\"\n", mnt.mnt_fstype));
mnt_fstype        703 source3/smbd/quotas.c 		if ( 0 == strcmp ( mnt.mnt_fstype, "vxfs" )) {